diff --git a/GlobalAssemblyInfo.cs b/GlobalAssemblyInfo.cs index 66ca5c3..644ea14 100644 --- a/GlobalAssemblyInfo.cs +++ b/GlobalAssemblyInfo.cs @@ -27,4 +27,4 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.9.*")] \ No newline at end of file +[assembly: AssemblyVersion("1.10.*")] \ No newline at end of file diff --git a/_Installer/TtsSetup.iss b/_Installer/TtsSetup.iss index 4a0b084..bff73ec 100644 --- a/_Installer/TtsSetup.iss +++ b/_Installer/TtsSetup.iss @@ -6,8 +6,8 @@ #define MyAppURL "https://github.com/Klocman/Text-To-Screen" #define MyAppExeName "TextToScreen.exe" -#define MyAppVersion "1.9.0.0" -#define MyAppVersionShort "1.9" +#define MyAppVersion "1.10.0.0" +#define MyAppVersionShort "1.10" #include "scripts\PortablePage.iss" #include "scripts\PortableIcons.iss"