From 527e1b691dbda5d03f1a11bec9921b096aead6b3 Mon Sep 17 00:00:00 2001 From: Jakob Date: Mon, 30 Dec 2019 21:14:47 +0100 Subject: [PATCH] bump version --- EnvyUpdate/MainWindow.xaml.cs | 2 +- res/version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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