This commit is contained in:
Alan Hamlett 2015-01-13 14:07:23 -08:00
parent 56f54fb064
commit 08172098e2
2 changed files with 8 additions and 1 deletions

View File

@ -3,6 +3,13 @@ History
------- -------
3.0.6 (2015-01-13)
++++++++++++++++++
- upgrade external wakatime package to v3.0.5
- ignore errors from malformed markup (too many closing tags)
3.0.5 (2015-01-06) 3.0.5 (2015-01-06)
++++++++++++++++++ ++++++++++++++++++

View File

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