diff --git a/TimeTracker/Variables.cs b/TimeTracker/Variables.cs index 829fd926..56247a4e 100644 --- a/TimeTracker/Variables.cs +++ b/TimeTracker/Variables.cs @@ -10,7 +10,7 @@ namespace TimeTracker { static class Variables { - public static string version = "0.9.5.0"; + public static string version = "0.9.6.0"; public static string activityPath = ""; public static string windowPath = ""; public static IDictionary windowsLastSeen = new Dictionary(); diff --git a/TimeTracker/WiX Installer/TimeTrackerSetup.wxs b/TimeTracker/WiX Installer/TimeTrackerSetup.wxs index 9b619991..03def919 100644 --- a/TimeTracker/WiX Installer/TimeTrackerSetup.wxs +++ b/TimeTracker/WiX Installer/TimeTrackerSetup.wxs @@ -1,6 +1,6 @@ - + @@ -209,6 +209,11 @@ + + + + +