Skip to content

Commit 7e5f319

Browse files
committed
Require gtm 1.0-beta.7
1 parent c98ce4a commit 7e5f319

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Installing GTM is a two step process. First, it's recommended you install the G
1515
```
1616
> cd /path/to/your/project
1717
> gtm init
18-
1918
```
19+
2020
Consult the [README](https://github.com/git-time-metric/gtm/blob/master/README.md) and [Wiki](https://github.com/git-time-metric/gtm/wiki) for more information.
2121

2222
# Features

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-beta.6'
51+
gtm_ver_req = '>= 1.0-beta.7'
5252

5353
update_interval = 30
5454
last_update = 0

0 commit comments

Comments
 (0)