From e15c18bf7287856cd18b7bd7fda35379471fe3d5 Mon Sep 17 00:00:00 2001 From: Don HO Date: Tue, 27 Oct 2020 04:52:48 +0100 Subject: [PATCH] Notepad++ Plugin List Release 1.2.6 --- 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 13f97672d..424887fe6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.2.5.{build} +version: 1.2.6.{build} image: Visual Studio 2017 diff --git a/src/pl.x64.json b/src/pl.x64.json index e564a96f8..097e6bbf4 100755 --- a/src/pl.x64.json +++ b/src/pl.x64.json @@ -1,6 +1,6 @@ { "name": "npp-pluginList", - "version": "1.2.5", + "version": "1.2.6", "arch": "64", "npp-plugins": [ { diff --git a/src/pl.x86.json b/src/pl.x86.json index 713c55ffc..3797648a6 100755 --- a/src/pl.x86.json +++ b/src/pl.x86.json @@ -1,6 +1,6 @@ { "name": "npp-pluginList", - "version": "1.2.5", + "version": "1.2.6", "arch": "32", "npp-plugins": [ { diff --git a/src/resource.h b/src/resource.h index c513bdf28..d82ab6620 100644 --- a/src/resource.h +++ b/src/resource.h @@ -34,8 +34,8 @@ #define PLJSON "pl.x86.json" #endif -#define VERSION_VALUE "1.25\0" -#define VERSION_DIGITALVALUE 1, 2, 5, 0 +#define VERSION_VALUE "1.26\0" +#define VERSION_DIGITALVALUE 1, 2, 6, 0 #define TEXTFILE 256 #define IDR_PLUGINLISTJSONFILE 101