We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 246fd94 commit eba16cdCopy full SHA for eba16cd
gtm-plugin.py
@@ -48,7 +48,7 @@ def set_status_bar():
48
print("Disabling reporting time in status bar")
49
50
class GTM(sublime_plugin.EventListener):
51
- gtm_ver_req = '>= 1.0-beta.7'
+ gtm_ver_req = '>= 1.0.0'
52
53
update_interval = 30
54
last_update = 0
0 commit comments