bump version
This commit is contained in:
parent
bfa35c89fe
commit
527e1b691d
2 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||||
{
|
{
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
1.0
|
1.1
|
||||||
|
|
Reference in a new issue