Skip to content

Commit f2a4d3e

Browse files
committed
Notepad++ Plugin List Release 1.9.3
1 parent 27695e5 commit f2a4d3e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/pl.arm64.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npp-pluginList",
3-
"version": "1.9.2",
3+
"version": "1.9.3",
44
"arch": "arm64",
55
"npp-plugins": [
66
{

src/pl.x64.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npp-pluginList",
3-
"version": "1.9.2",
3+
"version": "1.9.3",
44
"arch": "64",
55
"npp-plugins": [
66
{

src/pl.x86.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npp-pluginList",
3-
"version": "1.9.2",
3+
"version": "1.9.3",
44
"arch": "32",
55
"npp-plugins": [
66
{

src/resource.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
#define PLJSON "pl.x86.json"
4040
#endif
4141

42-
#define VERSION_VALUE "1.92\0"
43-
#define VERSION_DIGITALVALUE 1, 9, 2, 0
42+
#define VERSION_VALUE "1.93\0"
43+
#define VERSION_DIGITALVALUE 1, 9, 3, 0
4444

4545
#define TEXTFILE 256
4646
#define IDR_PLUGINLISTJSONFILE 101

0 commit comments

Comments
 (0)