We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fd0fa3 commit 80c6577Copy full SHA for 80c6577
1 file changed
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.2.0'
+ gtm_ver_req = '>= 1.2.1'
52
53
update_interval = 30
54
last_update = 0
0 commit comments