From b5f72c8b9b5bb2da2ee7aa013519440e7c9905d6 Mon Sep 17 00:00:00 2001 From: Don Ho Date: Sun, 2 Apr 2023 19:55:14 +0200 Subject: [PATCH] Notepad++ Plugin List Release 1.6.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 01fd636a8..0d5a2b690 100644 --- a/src/pl.arm64.json +++ b/src/pl.arm64.json @@ -1,6 +1,6 @@ { "name": "npp-pluginList", - "version": "1.6.0", + "version": "1.6.1", "arch": "arm64", "npp-plugins": [ { diff --git a/src/pl.x64.json b/src/pl.x64.json index fd35b571d..5a5e59432 100644 --- a/src/pl.x64.json +++ b/src/pl.x64.json @@ -1,6 +1,6 @@ { "name": "npp-pluginList", - "version": "1.6.0", + "version": "1.6.1", "arch": "64", "npp-plugins": [ { diff --git a/src/pl.x86.json b/src/pl.x86.json index 75a50490e..b00237bad 100644 --- a/src/pl.x86.json +++ b/src/pl.x86.json @@ -1,6 +1,6 @@ { "name": "npp-pluginList", - "version": "1.6.0", + "version": "1.6.1", "arch": "32", "npp-plugins": [ { diff --git a/src/resource.h b/src/resource.h index 0541624c1..ff126ed0b 100644 --- a/src/resource.h +++ b/src/resource.h @@ -40,8 +40,8 @@ #define PLJSON "pl.x86.json" #endif -#define VERSION_VALUE "1.60\0" -#define VERSION_DIGITALVALUE 1, 6, 0, 0 +#define VERSION_VALUE "1.61\0" +#define VERSION_DIGITALVALUE 1, 6, 1, 0 #define TEXTFILE 256 #define IDR_PLUGINLISTJSONFILE 101