From 850beb58bf923c3de1379b371fadb8bc3aa45418 Mon Sep 17 00:00:00 2001 From: Don Ho Date: Wed, 27 Dec 2023 16:06:19 +0100 Subject: [PATCH] Notepad++ Plugin List Release 1.6.8 --- 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 346afd91f..bde7d0f7b 100644 --- a/src/pl.arm64.json +++ b/src/pl.arm64.json @@ -1,6 +1,6 @@ { "name": "npp-pluginList", - "version": "1.6.7", + "version": "1.6.8", "arch": "arm64", "npp-plugins": [ { diff --git a/src/pl.x64.json b/src/pl.x64.json index 4e6996dee..437902409 100644 --- a/src/pl.x64.json +++ b/src/pl.x64.json @@ -1,6 +1,6 @@ { "name": "npp-pluginList", - "version": "1.6.7", + "version": "1.6.8", "arch": "64", "npp-plugins": [ { diff --git a/src/pl.x86.json b/src/pl.x86.json index 7be8009fb..bb6cfff62 100644 --- a/src/pl.x86.json +++ b/src/pl.x86.json @@ -1,6 +1,6 @@ { "name": "npp-pluginList", - "version": "1.6.7", + "version": "1.6.8", "arch": "32", "npp-plugins": [ { diff --git a/src/resource.h b/src/resource.h index ab50345d6..8724ba1cc 100644 --- a/src/resource.h +++ b/src/resource.h @@ -40,8 +40,8 @@ #define PLJSON "pl.x86.json" #endif -#define VERSION_VALUE "1.67\0" -#define VERSION_DIGITALVALUE 1, 6, 7, 0 +#define VERSION_VALUE "1.68\0" +#define VERSION_DIGITALVALUE 1, 6, 8, 0 #define TEXTFILE 256 #define IDR_PLUGINLISTJSONFILE 101