Skip to content

Commit

Permalink
Notepad++ Plugin List Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
donho committed May 31, 2020
1 parent 52ef278 commit 4198c81
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.1.9.{build}
version: 1.2.0.{build}
image: Visual Studio 2017


Expand Down
2 changes: 1 addition & 1 deletion src/pl.x64.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npp-pluginList",
"version": "1.1.9",
"version": "1.2.0",
"arch": "64",
"npp-plugins": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/pl.x86.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npp-pluginList",
"version": "1.1.9",
"version": "1.2.0",
"arch": "32",
"npp-plugins": [
{
Expand Down
4 changes: 2 additions & 2 deletions src/resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
#define PLJSON "pl.x86.json"
#endif

#define VERSION_VALUE "1.19\0"
#define VERSION_DIGITALVALUE 1, 1, 9, 0
#define VERSION_VALUE "1.2\0"
#define VERSION_DIGITALVALUE 1, 2, 0, 0

#define TEXTFILE 256
#define IDR_PLUGINLISTJSONFILE 101

0 comments on commit 4198c81

Please sign in to comment.