diff --git a/src/pl.arm64.json b/src/pl.arm64.json index f8d757ef8..be1e8e59d 100644 --- a/src/pl.arm64.json +++ b/src/pl.arm64.json @@ -1,6 +1,6 @@ { "name": "npp-pluginList", - "version": "1.8.0", + "version": "1.8.1", "arch": "arm64", "npp-plugins": [ { diff --git a/src/pl.x64.json b/src/pl.x64.json index 280858bc4..51338b29f 100644 --- a/src/pl.x64.json +++ b/src/pl.x64.json @@ -1,6 +1,6 @@ { "name": "npp-pluginList", - "version": "1.8.0", + "version": "1.8.1", "arch": "64", "npp-plugins": [ { diff --git a/src/pl.x86.json b/src/pl.x86.json index 4da1d3bd1..d5e635777 100644 --- a/src/pl.x86.json +++ b/src/pl.x86.json @@ -1,6 +1,6 @@ { "name": "npp-pluginList", - "version": "1.8.0", + "version": "1.8.1", "arch": "32", "npp-plugins": [ { diff --git a/src/resource.h b/src/resource.h index f73296bdb..e0cf9e2d9 100644 --- a/src/resource.h +++ b/src/resource.h @@ -40,8 +40,8 @@ #define PLJSON "pl.x86.json" #endif -#define VERSION_VALUE "1.8\0" -#define VERSION_DIGITALVALUE 1, 8, 0, 0 +#define VERSION_VALUE "1.81\0" +#define VERSION_DIGITALVALUE 1, 8, 1, 0 #define TEXTFILE 256 #define IDR_PLUGINLISTJSONFILE 101