Skip to content

Commit

Permalink
Notepad++ Plugin List Release 1.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
donho committed Nov 17, 2023
1 parent 94d58e7 commit eb2b1db
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/pl.arm64.json
@@ -1,6 +1,6 @@
{
"name": "npp-pluginList",
"version": "1.6.6",
"version": "1.6.7",
"arch": "arm64",
"npp-plugins": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/pl.x64.json
@@ -1,6 +1,6 @@
{
"name": "npp-pluginList",
"version": "1.6.6",
"version": "1.6.7",
"arch": "64",
"npp-plugins": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/pl.x86.json
@@ -1,6 +1,6 @@
{
"name": "npp-pluginList",
"version": "1.6.6",
"version": "1.6.7",
"arch": "32",
"npp-plugins": [
{
Expand Down
4 changes: 2 additions & 2 deletions src/resource.h
Expand Up @@ -40,8 +40,8 @@
#define PLJSON "pl.x86.json"
#endif

#define VERSION_VALUE "1.66\0"
#define VERSION_DIGITALVALUE 1, 6, 6, 0
#define VERSION_VALUE "1.67\0"
#define VERSION_DIGITALVALUE 1, 6, 7, 0

#define TEXTFILE 256
#define IDR_PLUGINLISTJSONFILE 101

0 comments on commit eb2b1db

Please sign in to comment.