diff --git a/installer/BcuSetup.iss b/installer/BcuSetup.iss index 2e6eb533..2bc08e8d 100644 --- a/installer/BcuSetup.iss +++ b/installer/BcuSetup.iss @@ -7,8 +7,8 @@ #define MyAppExeName "BCUninstaller.exe" #define MyAppCopyright "Copyright 2017 Marcin Szeniak" -#define MyAppVersion "3.21.0.0" -#define MyAppVersionShort "3.21" +#define MyAppVersion "3.22.0.0" +#define MyAppVersionShort "3.22" #include "Scripts\PortablePage.iss" #include "Scripts\PortableIcons.iss" diff --git a/source/GlobalAssemblyInfo.cs b/source/GlobalAssemblyInfo.cs index 5bb111c2..13bbaa2a 100644 --- a/source/GlobalAssemblyInfo.cs +++ b/source/GlobalAssemblyInfo.cs @@ -28,4 +28,4 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("3.21.0.*")] \ No newline at end of file +[assembly: AssemblyVersion("3.22.0.*")] \ No newline at end of file