bump version

This commit is contained in:
Jakob 2019-12-30 21:14:47 +01:00
parent bfa35c89fe
commit 527e1b691d
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ namespace EnvyUpdate
readonly string exeloc = System.Reflection.Assembly.GetEntryAssembly().Location; readonly string exeloc = System.Reflection.Assembly.GetEntryAssembly().Location;
readonly string exepath = Path.GetDirectoryName(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 startmenu = Environment.GetFolderPath(Environment.SpecialFolder.StartMenu);
readonly string version = "1.0"; readonly string version = "1.1";
public MainWindow() public MainWindow()
{ {

View file

@ -1 +1 @@
1.0 1.1