diff --git a/WhatsappTray/Version.rc2 b/WhatsappTray/Version.rc2 index 9e05a10..ce715fb 100644 --- a/WhatsappTray/Version.rc2 +++ b/WhatsappTray/Version.rc2 @@ -7,8 +7,8 @@ #define MAJOR 1 #define MINOR 6 -#define PATCH 1 -#define IS_DEBUG 1 +#define PATCH 2 +#define IS_DEBUG 0 #define STRINGIFY(x) #x #define TOSTRING(x) STRINGIFY(x) diff --git a/setupBuildfile.iss b/setupBuildfile.iss index 433861f..d490e60 100644 --- a/setupBuildfile.iss +++ b/setupBuildfile.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "WhatsappTray" -#define MyAppVersion "1.6.1" +#define MyAppVersion "1.6.2" #define MyAppURL "https://github.com/D4koon/WhatsappTray" #define MyAppExeName "WhatsappTray.exe"