From b6077dcaba3a76513137b181538848f25d62527d Mon Sep 17 00:00:00 2001 From: Don Ho Date: Fri, 25 Oct 2024 04:00:05 +0200 Subject: [PATCH] Notepad++ Plugin List Release 1.7.5 --- 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 c2ddef4a4..05ad08c2b 100644 --- a/src/pl.arm64.json +++ b/src/pl.arm64.json @@ -1,6 +1,6 @@ { "name": "npp-pluginList", - "version": "1.7.4", + "version": "1.7.5", "arch": "arm64", "npp-plugins": [ { diff --git a/src/pl.x64.json b/src/pl.x64.json index 1c8352033..2329e1c8d 100644 --- a/src/pl.x64.json +++ b/src/pl.x64.json @@ -1,6 +1,6 @@ { "name": "npp-pluginList", - "version": "1.7.4", + "version": "1.7.5", "arch": "64", "npp-plugins": [ { diff --git a/src/pl.x86.json b/src/pl.x86.json index d8a607f78..bafac30e4 100644 --- a/src/pl.x86.json +++ b/src/pl.x86.json @@ -1,6 +1,6 @@ { "name": "npp-pluginList", - "version": "1.7.4", + "version": "1.7.5", "arch": "32", "npp-plugins": [ { diff --git a/src/resource.h b/src/resource.h index 25409b106..8b390533b 100644 --- a/src/resource.h +++ b/src/resource.h @@ -40,8 +40,8 @@ #define PLJSON "pl.x86.json" #endif -#define VERSION_VALUE "1.74\0" -#define VERSION_DIGITALVALUE 1, 7, 4, 0 +#define VERSION_VALUE "1.75\0" +#define VERSION_DIGITALVALUE 1, 7, 5, 0 #define TEXTFILE 256 #define IDR_PLUGINLISTJSONFILE 101