From e1a29b8473093788ef2cc78d698ef354871d71f7 Mon Sep 17 00:00:00 2001 From: Don HO Date: Tue, 3 Dec 2019 23:47:27 +0100 Subject: [PATCH] Notepad++ Plugin List Release 1.1.4 --- 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 d82d2ac14..91adfe48e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.1.3.{build} +version: 1.1.4.{build} image: Visual Studio 2017 diff --git a/src/pl.x64.json b/src/pl.x64.json index 723bc97b3..c617293f2 100644 --- a/src/pl.x64.json +++ b/src/pl.x64.json @@ -1,6 +1,6 @@ { "name": "npp-pluginList", - "version": "1.1.3", + "version": "1.1.4", "arch": "64", "npp-plugins": [ { diff --git a/src/pl.x86.json b/src/pl.x86.json index c5968e75c..ab533704a 100644 --- a/src/pl.x86.json +++ b/src/pl.x86.json @@ -1,6 +1,6 @@ { "name": "npp-pluginList", - "version": "1.1.3", + "version": "1.1.4", "arch": "32", "npp-plugins": [ { diff --git a/src/resource.h b/src/resource.h index bfb79afb4..8bf945428 100644 --- a/src/resource.h +++ b/src/resource.h @@ -34,8 +34,8 @@ #define PLJSON "pl.x86.json" #endif -#define VERSION_VALUE "1.12\0" -#define VERSION_DIGITALVALUE 1, 1, 3, 0 +#define VERSION_VALUE "1.14\0" +#define VERSION_DIGITALVALUE 1, 1, 4, 0 #define TEXTFILE 256 #define IDR_PLUGINLISTJSONFILE 101