This commit is contained in:
Alan Hamlett 2014-09-30 10:17:52 -07:00
parent d0bfd04602
commit b7c047102d
2 changed files with 8 additions and 1 deletions

View File

@ -3,6 +3,13 @@ History
------- -------
2.0.12 (2014-09-30)
++++++++++++++++++
- upgrade external wakatime package to v2.1.1
- fix bug where binary file opened as utf-8
2.0.11 (2014-09-30) 2.0.11 (2014-09-30)
++++++++++++++++++ ++++++++++++++++++

View File

@ -6,7 +6,7 @@ License: BSD, see LICENSE for more details.
Website: https://wakatime.com/ Website: https://wakatime.com/
===========================================================""" ==========================================================="""
__version__ = '2.0.11' __version__ = '2.0.12'
import sublime import sublime
import sublime_plugin import sublime_plugin