Skip to content

Commit

Permalink
renamin 0.16.2 version to 0.16.20
Browse files Browse the repository at this point in the history
  • Loading branch information
pichillilorenzo committed Jun 10, 2018
1 parent 7529ebd commit 9adbe01
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion changelog/0.16.2.txt → changelog/0.16.20.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v0.16.2
v0.16.20

## Improvements

Expand Down
2 changes: 1 addition & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
"0.16.17": "changelog/0.16.17.txt",
"0.16.18": "changelog/0.16.18.txt",
"0.16.19": "changelog/0.16.19.txt",
"0.16.2": "changelog/0.16.2.txt"
"0.16.20": "changelog/0.16.20.txt"
}
2 changes: 1 addition & 1 deletion src/libs/global_vars.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os

PLUGIN_VERSION = "0.16.2"
PLUGIN_VERSION = "0.16.20"
DEVELOPER_MODE = False

PACKAGE_PATH = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
Expand Down
2 changes: 1 addition & 1 deletion src/listeners/project/npm/Main_disabled.sublime-menu
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"caption": "Tools", "children": [{"caption": "Npm/Yarn Scripts", "children": [], "id": "npm_scripts"}], "id": "tools"}]
[{"id": "tools", "children": [{"id": "npm_scripts", "children": [], "caption": "Npm/Yarn Scripts"}], "caption": "Tools"}]

0 comments on commit 9adbe01

Please sign in to comment.