From d34a02b11f726f73cf19c581d656248f6955d7cc Mon Sep 17 00:00:00 2001 From: Don Ho Date: Sat, 21 Dec 2024 06:25:41 +0100 Subject: [PATCH] Notepad++ Plugin List Release 1.7.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 e9fdf54fa..abb0f9eed 100644 --- a/src/pl.arm64.json +++ b/src/pl.arm64.json @@ -1,6 +1,6 @@ { "name": "npp-pluginList", - "version": "1.7.7", + "version": "1.7.8", "arch": "arm64", "npp-plugins": [ { diff --git a/src/pl.x64.json b/src/pl.x64.json index a2f2743cd..6ae3240a2 100644 --- a/src/pl.x64.json +++ b/src/pl.x64.json @@ -1,6 +1,6 @@ { "name": "npp-pluginList", - "version": "1.7.7", + "version": "1.7.8", "arch": "64", "npp-plugins": [ { diff --git a/src/pl.x86.json b/src/pl.x86.json index c626cf0b6..6a4e2eafd 100644 --- a/src/pl.x86.json +++ b/src/pl.x86.json @@ -1,6 +1,6 @@ { "name": "npp-pluginList", - "version": "1.7.7", + "version": "1.7.8", "arch": "32", "npp-plugins": [ { diff --git a/src/resource.h b/src/resource.h index 4ba790f5f..519829c59 100644 --- a/src/resource.h +++ b/src/resource.h @@ -40,8 +40,8 @@ #define PLJSON "pl.x86.json" #endif -#define VERSION_VALUE "1.77\0" -#define VERSION_DIGITALVALUE 1, 7, 7, 0 +#define VERSION_VALUE "1.78\0" +#define VERSION_DIGITALVALUE 1, 7, 8, 0 #define TEXTFILE 256 #define IDR_PLUGINLISTJSONFILE 101