diff --git a/appveyor.yml b/appveyor.yml index febcba604..022e120ea 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.1.1.{build} +version: 1.1.2.{build} image: Visual Studio 2017 diff --git a/src/pl.x64.json b/src/pl.x64.json index a0f553cf3..b71a56ce9 100644 --- a/src/pl.x64.json +++ b/src/pl.x64.json @@ -1,6 +1,6 @@ { "name": "npp-pluginList", - "version": "1.1.1", + "version": "1.1.2", "arch": "64", "npp-plugins": [ { diff --git a/src/pl.x86.json b/src/pl.x86.json index 446452b3b..b1f864dd7 100644 --- a/src/pl.x86.json +++ b/src/pl.x86.json @@ -1,6 +1,6 @@ { "name": "npp-pluginList", - "version": "1.1.1", + "version": "1.1.2", "arch": "32", "npp-plugins": [ { diff --git a/src/resource.h b/src/resource.h index 2ebc4a0e8..410c7ce54 100644 --- a/src/resource.h +++ b/src/resource.h @@ -34,8 +34,8 @@ #define PLJSON "pl.x86.json" #endif -#define VERSION_VALUE "1.11\0" -#define VERSION_DIGITALVALUE 1, 1, 1, 0 +#define VERSION_VALUE "1.12\0" +#define VERSION_DIGITALVALUE 1, 1, 2, 0 #define TEXTFILE 256 #define IDR_PLUGINLISTJSONFILE 101