diff --git a/src/pl.arm64.json b/src/pl.arm64.json index f680cd680..dd6202b76 100644 --- a/src/pl.arm64.json +++ b/src/pl.arm64.json @@ -1,6 +1,6 @@ { "name": "npp-pluginList", - "version": "1.7.0", + "version": "1.7.1", "arch": "arm64", "npp-plugins": [ { diff --git a/src/pl.x64.json b/src/pl.x64.json index df7d65d19..c2b47ec41 100644 --- a/src/pl.x64.json +++ b/src/pl.x64.json @@ -1,6 +1,6 @@ { "name": "npp-pluginList", - "version": "1.7.0", + "version": "1.7.1", "arch": "64", "npp-plugins": [ { diff --git a/src/pl.x86.json b/src/pl.x86.json index c7d599c58..344d19195 100644 --- a/src/pl.x86.json +++ b/src/pl.x86.json @@ -1,6 +1,6 @@ { "name": "npp-pluginList", - "version": "1.7.0", + "version": "1.7.1", "arch": "32", "npp-plugins": [ { diff --git a/src/resource.h b/src/resource.h index 51938da99..5f26bdd8f 100644 --- a/src/resource.h +++ b/src/resource.h @@ -40,8 +40,8 @@ #define PLJSON "pl.x86.json" #endif -#define VERSION_VALUE "1.70\0" -#define VERSION_DIGITALVALUE 1, 7, 0, 0 +#define VERSION_VALUE "1.71\0" +#define VERSION_DIGITALVALUE 1, 7, 1, 0 #define TEXTFILE 256 #define IDR_PLUGINLISTJSONFILE 101