From 4b3c00e6e6e49b7f3b56af6c983af84b4bf18b1d Mon Sep 17 00:00:00 2001 From: Don HO Date: Thu, 11 Feb 2021 18:14:23 +0100 Subject: [PATCH] Notepad++ Plugin List Release 1.2.9 --- appveyor.yml | 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/appveyor.yml b/appveyor.yml index b17d26e32..6686e7cff 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.2.8.{build} +version: 1.2.9.{build} image: Visual Studio 2017 diff --git a/src/pl.x64.json b/src/pl.x64.json index cdf8aeb74..faae2ebb9 100755 --- a/src/pl.x64.json +++ b/src/pl.x64.json @@ -1,6 +1,6 @@ { "name": "npp-pluginList", - "version": "1.2.8", + "version": "1.2.9", "arch": "64", "npp-plugins": [ { diff --git a/src/pl.x86.json b/src/pl.x86.json index b163f6163..278a375e3 100755 --- a/src/pl.x86.json +++ b/src/pl.x86.json @@ -1,6 +1,6 @@ { "name": "npp-pluginList", - "version": "1.2.8", + "version": "1.2.9", "arch": "32", "npp-plugins": [ { diff --git a/src/resource.h b/src/resource.h index 94496b9d8..199fb25fd 100644 --- a/src/resource.h +++ b/src/resource.h @@ -34,8 +34,8 @@ #define PLJSON "pl.x86.json" #endif -#define VERSION_VALUE "1.28\0" -#define VERSION_DIGITALVALUE 1, 2, 8, 0 +#define VERSION_VALUE "1.29\0" +#define VERSION_DIGITALVALUE 1, 2, 9, 0 #define TEXTFILE 256 #define IDR_PLUGINLISTJSONFILE 101