v2.0.20
This commit is contained in:
parent
327c0e448b
commit
584d109357
2 changed files with 8 additions and 1 deletions
|
@ -3,6 +3,13 @@ History
|
|||
-------
|
||||
|
||||
|
||||
2.0.20 (2014-12-05)
|
||||
++++++++++++++++++
|
||||
|
||||
- upgrade external wakatime package to v2.1.9
|
||||
- fix bug preventing offline heartbeats from being purged after uploaded
|
||||
|
||||
|
||||
2.0.19 (2014-12-04)
|
||||
++++++++++++++++++
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ License: BSD, see LICENSE for more details.
|
|||
Website: https://wakatime.com/
|
||||
==========================================================="""
|
||||
|
||||
__version__ = '2.0.19'
|
||||
__version__ = '2.0.20'
|
||||
|
||||
import sublime
|
||||
import sublime_plugin
|
||||
|
|
Loading…
Reference in a new issue