This commit is contained in:
Alan Hamlett 2015-03-23 14:01:40 -07:00
parent 7fb47228f9
commit 373ebf933f
2 changed files with 7 additions and 1 deletions

View file

@ -3,6 +3,12 @@ History
------- -------
3.0.11 (2015-03-23)
+++++++++++++++++++
- upgrade simplejson package to v3.6.5
3.0.10 (2015-03-22) 3.0.10 (2015-03-22)
+++++++++++++++++++ +++++++++++++++++++

View file

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