v6.0.4
This commit is contained in:
parent
8b59e46c64
commit
e1ab92be6d
2 changed files with 7 additions and 1 deletions
|
@ -3,6 +3,12 @@ History
|
|||
-------
|
||||
|
||||
|
||||
6.0.4 (2016-01-15)
|
||||
++++++++++++++++++
|
||||
|
||||
- fix UnicodeDecodeError on ST2 with non-English locale
|
||||
|
||||
|
||||
6.0.3 (2016-01-11)
|
||||
++++++++++++++++++
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ Website: https://wakatime.com/
|
|||
==========================================================="""
|
||||
|
||||
|
||||
__version__ = '6.0.3'
|
||||
__version__ = '6.0.4'
|
||||
|
||||
|
||||
import sublime
|
||||
|
|
Loading…
Reference in a new issue