diff --git a/lib/nodejs_constants.py b/lib/nodejs_constants.py index ec13662..4950070 100644 --- a/lib/nodejs_constants.py +++ b/lib/nodejs_constants.py @@ -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")