Skip to content

Commit

Permalink
NppPlugin 1.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chcg committed Dec 7, 2018
1 parent fd1b312 commit dc22590
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.0.2",
"version": "1.0.3",
"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.0.2",
"version": "1.0.3",
"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.02\0"
#define VERSION_DIGITALVALUE 1, 0, 2, 0
#define VERSION_VALUE "1.03\0"
#define VERSION_DIGITALVALUE 1, 0, 3, 0

#define TEXTFILE 256
#define IDR_PLUGINLISTJSONFILE 101

1 comment on commit dc22590

@chcg
Copy link
Contributor Author

@chcg chcg commented on dc22590 Dec 10, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@donho You might want to create a new release of N++ with this tag 1.0.3.

Please sign in to comment.