Skip to content

Commit 9adbe01

Browse files
renamin 0.16.2 version to 0.16.20
1 parent 7529ebd commit 9adbe01

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

changelog/0.16.2.txt renamed to changelog/0.16.20.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
v0.16.2
1+
v0.16.20
22

33
## Improvements
44

messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
"0.16.17": "changelog/0.16.17.txt",
3131
"0.16.18": "changelog/0.16.18.txt",
3232
"0.16.19": "changelog/0.16.19.txt",
33-
"0.16.2": "changelog/0.16.2.txt"
33+
"0.16.20": "changelog/0.16.20.txt"
3434
}

src/libs/global_vars.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import os
22

3-
PLUGIN_VERSION = "0.16.2"
3+
PLUGIN_VERSION = "0.16.20"
44
DEVELOPER_MODE = False
55

66
PACKAGE_PATH = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"caption": "Tools", "children": [{"caption": "Npm/Yarn Scripts", "children": [], "id": "npm_scripts"}], "id": "tools"}]
1+
[{"id": "tools", "children": [{"id": "npm_scripts", "children": [], "caption": "Npm/Yarn Scripts"}], "caption": "Tools"}]

0 commit comments

Comments
 (0)