From d1621c16960202507303ae7efbccbd7ee1bd2ba3 Mon Sep 17 00:00:00 2001 From: Don HO Date: Tue, 3 Mar 2020 16:25:41 +0100 Subject: [PATCH] Notepad++ Plugin List Release 1.1.8 --- 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 ac75ba62d..f6732fdc3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.1.7.{build} +version: 1.1.8.{build} image: Visual Studio 2017 diff --git a/src/pl.x64.json b/src/pl.x64.json index 3f09efc40..bbaad6dcb 100755 --- a/src/pl.x64.json +++ b/src/pl.x64.json @@ -1,6 +1,6 @@ { "name": "npp-pluginList", - "version": "1.1.7", + "version": "1.1.8", "arch": "64", "npp-plugins": [ { diff --git a/src/pl.x86.json b/src/pl.x86.json index 2c7c26a60..9b2cc4f21 100755 --- a/src/pl.x86.json +++ b/src/pl.x86.json @@ -1,6 +1,6 @@ { "name": "npp-pluginList", - "version": "1.1.7", + "version": "1.1.8", "arch": "32", "npp-plugins": [ { diff --git a/src/resource.h b/src/resource.h index cebf3aecc..ff03ef54c 100644 --- a/src/resource.h +++ b/src/resource.h @@ -34,8 +34,8 @@ #define PLJSON "pl.x86.json" #endif -#define VERSION_VALUE "1.17\0" -#define VERSION_DIGITALVALUE 1, 1, 7, 0 +#define VERSION_VALUE "1.18\0" +#define VERSION_DIGITALVALUE 1, 1, 8, 0 #define TEXTFILE 256 #define IDR_PLUGINLISTJSONFILE 101