This commit is contained in:
Alan Hamlett 2014-12-26 18:21:13 -06:00
parent dd61a4f5f4
commit 757a4c6905
2 changed files with 7 additions and 1 deletions

View file

@ -3,6 +3,12 @@ History
------- -------
3.0.4 (2014-12-26)
++++++++++++++++++
- fix bug causing plugin to not work in Sublime Text 2
3.0.3 (2014-12-25) 3.0.3 (2014-12-25)
++++++++++++++++++ ++++++++++++++++++

View file

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