From 54f329b0e7b6bf8c33d3a717e4566d3124d336c3 Mon Sep 17 00:00:00 2001 From: Don Ho Date: Mon, 19 Jan 2026 02:55:46 +0100 Subject: [PATCH] Notepad++ Plugin List Release 1.9.1 --- 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 0374add29..09d6c4f9b 100644 --- a/src/pl.arm64.json +++ b/src/pl.arm64.json @@ -1,6 +1,6 @@ { "name": "npp-pluginList", - "version": "1.9", + "version": "1.9.1", "arch": "arm64", "npp-plugins": [ { diff --git a/src/pl.x64.json b/src/pl.x64.json index 4bdc563cd..46055a600 100644 --- a/src/pl.x64.json +++ b/src/pl.x64.json @@ -1,6 +1,6 @@ { "name": "npp-pluginList", - "version": "1.9", + "version": "1.9.1", "arch": "64", "npp-plugins": [ { diff --git a/src/pl.x86.json b/src/pl.x86.json index 339d059f7..6d5cd372e 100644 --- a/src/pl.x86.json +++ b/src/pl.x86.json @@ -1,6 +1,6 @@ { "name": "npp-pluginList", - "version": "1.9", + "version": "1.9.1", "arch": "32", "npp-plugins": [ { diff --git a/src/resource.h b/src/resource.h index 0c900923d..673a6ab32 100644 --- a/src/resource.h +++ b/src/resource.h @@ -40,8 +40,8 @@ #define PLJSON "pl.x86.json" #endif -#define VERSION_VALUE "1.9\0" -#define VERSION_DIGITALVALUE 1, 9, 0, 0 +#define VERSION_VALUE "1.91\0" +#define VERSION_DIGITALVALUE 1, 9, 1, 0 #define TEXTFILE 256 #define IDR_PLUGINLISTJSONFILE 101