Skip to content

Commit

Permalink
fix: upgrade plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
varp committed Apr 26, 2020
1 parent 1e28ce6 commit 4399e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nodejs_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# when sublime loads a plugin it's cd'd into the plugin directory. Thus
# __file__ is useless for my purposes. What I want is "Packages/Git", but
# allowing for the possibility that someone has renamed the file.
PLUGIN_VERSION = '2.0.5'
PLUGIN_VERSION = '2.0.6'

PLUGIN_PATH = PLUGIN_DIRECTORY = os.path.split(os.path.dirname(__file__))[0]
PLUGIN_LIB_DIR = os.path.join(PLUGIN_PATH, "lib")
Expand Down

0 comments on commit 4399e19

Please sign in to comment.