Skip to content

Commit 00e6717

Browse files
committed
NppPluginList 1.1.1 release
1 parent 005d461 commit 00e6717

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.0.9.{build}
1+
version: 1.1.1.{build}
22
image: Visual Studio 2017
33

44

src/pl.x64.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npp-pluginList",
3-
"version": "1.0.9",
3+
"version": "1.1.1",
44
"arch": "64",
55
"npp-plugins": [
66
{

src/pl.x86.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npp-pluginList",
3-
"version": "1.0.9",
3+
"version": "1.1.1",
44
"arch": "32",
55
"npp-plugins": [
66
{

src/resource.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
#define PLJSON "pl.x86.json"
3535
#endif
3636

37-
#define VERSION_VALUE "1.09\0"
38-
#define VERSION_DIGITALVALUE 1, 0, 9, 0
37+
#define VERSION_VALUE "1.11\0"
38+
#define VERSION_DIGITALVALUE 1, 1, 1, 0
3939

4040
#define TEXTFILE 256
4141
#define IDR_PLUGINLISTJSONFILE 101

0 commit comments

Comments
 (0)