From bbb406387f021bb5afd6a6d39f88360b86db1939 Mon Sep 17 00:00:00 2001 From: salaros Date: Fri, 8 Dec 2017 23:07:22 +0300 Subject: [PATCH] bumping addin version of v5.x branch to v1.0.10 --- src/MonoDevelop.WakaTime.addin.xml | 2 +- src/Properties/AssemblyInfo.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/MonoDevelop.WakaTime.addin.xml b/src/MonoDevelop.WakaTime.addin.xml index 0d03c09..69b80c5 100644 --- a/src/MonoDevelop.WakaTime.addin.xml +++ b/src/MonoDevelop.WakaTime.addin.xml @@ -7,7 +7,7 @@ copyright="" description="WakaTime is a productivity and time tracking tool for programmers. Once the WakaTime plugin is installed, you get a dashboard with reports about your programming by time, language, project, and branch." category="IDE extensions" - version="1.0.9"> + version="1.0.10"> diff --git a/src/Properties/AssemblyInfo.cs b/src/Properties/AssemblyInfo.cs index 6c5ae38..8584406 100644 --- a/src/Properties/AssemblyInfo.cs +++ b/src/Properties/AssemblyInfo.cs @@ -3,5 +3,5 @@ [assembly: AssemblyProduct("MonoDevelop")] [assembly: AssemblyTitle("WakaTime")] [assembly: AssemblyDescription("WakaTime is a productivity & time tracking tool for programmers. Once the WakaTime plugin is installed, you get a dashboard with reports about your programming by time, language, project, and branch.")] -[assembly: AssemblyVersion("1.0.9")] +[assembly: AssemblyVersion("1.0.10")] [assembly: AssemblyCopyright("MIT")]