Skip to content

Commit fe70e78

Browse files
committed
NppPluginList 1.0.1 release
1 parent f2b8b33 commit fe70e78

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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",
3+
"version": "1.0.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",
3+
"version": "1.0.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.0\0"
38-
#define VERSION_DIGITALVALUE 1, 0, 0, 0
37+
#define VERSION_VALUE "1.01\0"
38+
#define VERSION_DIGITALVALUE 1, 0, 1, 0
3939

4040
#define TEXTFILE 256
4141
#define IDR_PLUGINLISTJSONFILE 101

0 commit comments

Comments
 (0)