Skip to content

Commit 36dbbe1

Browse files
committed
Notepad++ Plugin List Release 1.7.1
1 parent 8abd9a1 commit 36dbbe1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/pl.arm64.json

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

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.7.0",
3+
"version": "1.7.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.7.0",
3+
"version": "1.7.1",
44
"arch": "32",
55
"npp-plugins": [
66
{

src/resource.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
#define PLJSON "pl.x86.json"
4141
#endif
4242

43-
#define VERSION_VALUE "1.70\0"
44-
#define VERSION_DIGITALVALUE 1, 7, 0, 0
43+
#define VERSION_VALUE "1.71\0"
44+
#define VERSION_DIGITALVALUE 1, 7, 1, 0
4545

4646
#define TEXTFILE 256
4747
#define IDR_PLUGINLISTJSONFILE 101

0 commit comments

Comments
 (0)