From eb2b1db218ca01c6a69db0380cc3bc7483165a1c Mon Sep 17 00:00:00 2001 From: Don Ho Date: Fri, 17 Nov 2023 19:13:57 +0100 Subject: [PATCH] Notepad++ Plugin List Release 1.6.7 --- src/pl.arm64.json | 2 +- src/pl.x64.json | 2 +- src/pl.x86.json | 2 +- src/resource.h | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pl.arm64.json b/src/pl.arm64.json index 363c87a84..e92ba30b7 100644 --- a/src/pl.arm64.json +++ b/src/pl.arm64.json @@ -1,6 +1,6 @@ { "name": "npp-pluginList", - "version": "1.6.6", + "version": "1.6.7", "arch": "arm64", "npp-plugins": [ { diff --git a/src/pl.x64.json b/src/pl.x64.json index b2535f3f2..d0cbcab73 100644 --- a/src/pl.x64.json +++ b/src/pl.x64.json @@ -1,6 +1,6 @@ { "name": "npp-pluginList", - "version": "1.6.6", + "version": "1.6.7", "arch": "64", "npp-plugins": [ { diff --git a/src/pl.x86.json b/src/pl.x86.json index 8f0fb07b9..845ea0417 100644 --- a/src/pl.x86.json +++ b/src/pl.x86.json @@ -1,6 +1,6 @@ { "name": "npp-pluginList", - "version": "1.6.6", + "version": "1.6.7", "arch": "32", "npp-plugins": [ { diff --git a/src/resource.h b/src/resource.h index 7b340a122..ab50345d6 100644 --- a/src/resource.h +++ b/src/resource.h @@ -40,8 +40,8 @@ #define PLJSON "pl.x86.json" #endif -#define VERSION_VALUE "1.66\0" -#define VERSION_DIGITALVALUE 1, 6, 6, 0 +#define VERSION_VALUE "1.67\0" +#define VERSION_DIGITALVALUE 1, 6, 7, 0 #define TEXTFILE 256 #define IDR_PLUGINLISTJSONFILE 101