From 3dce72266bfafdb7eb74a0a59541edad4b2dd172 Mon Sep 17 00:00:00 2001 From: Don Ho Date: Mon, 12 Feb 2024 16:33:00 +0100 Subject: [PATCH] Notepad++ Plugin List Release 1.7.0 --- 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 b97cdac41..a11b1b351 100644 --- a/src/pl.arm64.json +++ b/src/pl.arm64.json @@ -1,6 +1,6 @@ { "name": "npp-pluginList", - "version": "1.6.9", + "version": "1.7.0", "arch": "arm64", "npp-plugins": [ { diff --git a/src/pl.x64.json b/src/pl.x64.json index feb63a881..97ac60440 100644 --- a/src/pl.x64.json +++ b/src/pl.x64.json @@ -1,6 +1,6 @@ { "name": "npp-pluginList", - "version": "1.6.9", + "version": "1.7.0", "arch": "64", "npp-plugins": [ { diff --git a/src/pl.x86.json b/src/pl.x86.json index 77fd5f322..f4541268c 100644 --- a/src/pl.x86.json +++ b/src/pl.x86.json @@ -1,6 +1,6 @@ { "name": "npp-pluginList", - "version": "1.6.9", + "version": "1.7.0", "arch": "32", "npp-plugins": [ { diff --git a/src/resource.h b/src/resource.h index 1048e4848..51938da99 100644 --- a/src/resource.h +++ b/src/resource.h @@ -40,8 +40,8 @@ #define PLJSON "pl.x86.json" #endif -#define VERSION_VALUE "1.69\0" -#define VERSION_DIGITALVALUE 1, 6, 9, 0 +#define VERSION_VALUE "1.70\0" +#define VERSION_DIGITALVALUE 1, 7, 0, 0 #define TEXTFILE 256 #define IDR_PLUGINLISTJSONFILE 101