Skip to content

Commit

Permalink
Merge pull request #106 from varp/master
Browse files Browse the repository at this point in the history
fix: upgrade plugin version
  • Loading branch information
varp committed Apr 26, 2020
2 parents b896ea8 + 4399e19 commit 877e3d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nodejs_constants.py
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 877e3d8

Please sign in to comment.