This commit is contained in:
Alan Hamlett 2014-05-26 14:07:29 -07:00
parent 17fd6ef8e1
commit 64ea40b3f5
2 changed files with 7 additions and 1 deletions

View File

@ -3,6 +3,12 @@ History
-------
2.0.2 (2014-05-26)
++++++++++++++++++
- disable syncing offline time until bug fixed
2.0.1 (2014-05-25)
++++++++++++++++++

View File

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