This commit is contained in:
Alan Hamlett 2014-12-22 01:02:08 -06:00
parent f3179b75d9
commit 520db283cb
2 changed files with 8 additions and 1 deletions

View File

@ -3,6 +3,13 @@ History
-------
2.0.21 (2014-12-22)
++++++++++++++++++
- upgrade external wakatime package to v2.1.11
- fix bug in offline logging when no response from api
2.0.20 (2014-12-05)
++++++++++++++++++

View File

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