v1.4.4
This commit is contained in:
parent
e812e9fe15
commit
4f03423333
2 changed files with 7 additions and 1 deletions
|
@ -3,6 +3,12 @@ History
|
|||
-------
|
||||
|
||||
|
||||
1.4.4 (2013-10-13)
|
||||
++++++++++++++++++
|
||||
|
||||
- read git branch from .git/HEAD without running command line git client
|
||||
|
||||
|
||||
1.4.3 (2013-09-30)
|
||||
++++++++++++++++++
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ Maintainer: WakaTi.me <support@wakatime.com>
|
|||
Website: https://www.wakati.me/
|
||||
==========================================================="""
|
||||
|
||||
__version__ = '1.4.3'
|
||||
__version__ = '1.4.4'
|
||||
|
||||
import sublime
|
||||
import sublime_plugin
|
||||
|
|
Loading…
Reference in a new issue