diff --git a/installers/WindowsInstallerScript.iss b/installers/WindowsInstallerScript.iss index cf7c1bb..8497afc 100644 --- a/installers/WindowsInstallerScript.iss +++ b/installers/WindowsInstallerScript.iss @@ -3,7 +3,7 @@ ; Non-commercial use only #define MyAppName "MayShow" -#define MyAppVersion "1.1.0" +#define MyAppVersion "1.2.0" #define MyAppPublisher "Quickity Quack Productions" #define MyAppExeName "MayShow.exe" diff --git a/src/Helpers/Constants.cs b/src/Helpers/Constants.cs index 38c604d..6ae1228 100644 --- a/src/Helpers/Constants.cs +++ b/src/Helpers/Constants.cs @@ -5,7 +5,7 @@ namespace MayShow.Helpers; class Constants { - public static string AppVersion = "1.1.0"; + public static string AppVersion = "1.2.0"; public static string[] GetQuotes() { diff --git a/src/MayShow.csproj b/src/MayShow.csproj index d3a510b..65de791 100644 --- a/src/MayShow.csproj +++ b/src/MayShow.csproj @@ -12,7 +12,7 @@ true true MayShow - 1.1.0 + 1.2.0 MayShow-icon.ico