diff --git a/EnvyUpdate/MainWindow.xaml.cs b/EnvyUpdate/MainWindow.xaml.cs index c8a2626..138a4b3 100644 --- a/EnvyUpdate/MainWindow.xaml.cs +++ b/EnvyUpdate/MainWindow.xaml.cs @@ -21,7 +21,7 @@ namespace EnvyUpdate readonly string exeloc = System.Reflection.Assembly.GetEntryAssembly().Location; readonly string exepath = Path.GetDirectoryName(System.Reflection.Assembly.GetEntryAssembly().Location) + "\\"; readonly string startmenu = Environment.GetFolderPath(Environment.SpecialFolder.StartMenu); - readonly string version = "1.0"; + readonly string version = "1.1"; public MainWindow() { diff --git a/res/version.txt b/res/version.txt index d3827e7..9459d4b 100644 --- a/res/version.txt +++ b/res/version.txt @@ -1 +1 @@ -1.0 +1.1