Skip to content

Commit 574e17e

Browse files
committed
Update gtm version constraint to 1.1.0
1 parent 18944ae commit 574e17e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11

22
.gtm/
3+
/.gtm/

gtm-plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def set_status_bar():
4848
print("Disabling reporting time in status bar")
4949

5050
class GTM(sublime_plugin.EventListener):
51-
gtm_ver_req = '>= 1.0.0'
51+
gtm_ver_req = '>= 1.1.0'
5252

5353
update_interval = 30
5454
last_update = 0

0 commit comments

Comments
 (0)