diff --git a/setup/setup.nsi b/setup/setup.nsi index 53f66bf..34fc62e 100644 --- a/setup/setup.nsi +++ b/setup/setup.nsi @@ -2,7 +2,7 @@ !define COMPANYNAME "Qwerty Minds" !define VERSIONMAJOR 1 !define VERSIONMINOR 1 -!define VERSION "${VERSIONMAJOR}.${VERSIONMINOR}.1" +!define VERSION "${VERSIONMAJOR}.${VERSIONMINOR}.2" !define ABOUTURL "http://kefir500.github.io/apk-icon-editor" !define UPDATEURL "http://kefir500.github.io/apk-icon-editor" !define EXE "$INSTDIR\apk-icon-editor.exe" diff --git a/src/main.h b/src/main.h index a385ddf..b0d32d5 100644 --- a/src/main.h +++ b/src/main.h @@ -45,7 +45,7 @@ const int WINDOW_WIDTH = 800; const int WINDOW_HEIGHT = 480; // Application: -const QString VER = "1.1.1"; +const QString VER = "1.1.2"; const QString URL_WEBSITE = "http://kefir500.github.io/apk-icon-editor/"; const QString URL_GITHUB = "https://github.com/kefir500/apk-icon-editor/"; const QString URL_VERSION = URL_WEBSITE + "VERSION";