diff --git a/src/pl.arm64.json b/src/pl.arm64.json index 0374add29..09d6c4f9b 100644 --- a/src/pl.arm64.json +++ b/src/pl.arm64.json @@ -1,6 +1,6 @@ { "name": "npp-pluginList", - "version": "1.9", + "version": "1.9.1", "arch": "arm64", "npp-plugins": [ { diff --git a/src/pl.x64.json b/src/pl.x64.json index 4bdc563cd..46055a600 100644 --- a/src/pl.x64.json +++ b/src/pl.x64.json @@ -1,6 +1,6 @@ { "name": "npp-pluginList", - "version": "1.9", + "version": "1.9.1", "arch": "64", "npp-plugins": [ { diff --git a/src/pl.x86.json b/src/pl.x86.json index 339d059f7..6d5cd372e 100644 --- a/src/pl.x86.json +++ b/src/pl.x86.json @@ -1,6 +1,6 @@ { "name": "npp-pluginList", - "version": "1.9", + "version": "1.9.1", "arch": "32", "npp-plugins": [ { diff --git a/src/resource.h b/src/resource.h index 0c900923d..673a6ab32 100644 --- a/src/resource.h +++ b/src/resource.h @@ -40,8 +40,8 @@ #define PLJSON "pl.x86.json" #endif -#define VERSION_VALUE "1.9\0" -#define VERSION_DIGITALVALUE 1, 9, 0, 0 +#define VERSION_VALUE "1.91\0" +#define VERSION_DIGITALVALUE 1, 9, 1, 0 #define TEXTFILE 256 #define IDR_PLUGINLISTJSONFILE 101