v2.0.18
This commit is contained in:
parent
8a09559364
commit
85856f2c53
2 changed files with 9 additions and 1 deletions
|
@ -3,6 +3,14 @@ History
|
|||
-------
|
||||
|
||||
|
||||
2.0.18 (2014-11-30)
|
||||
++++++++++++++++++
|
||||
|
||||
- upgrade external wakatime package to v2.1.7
|
||||
- upgrade pygments to v2.0.1
|
||||
- always log an error when api key is incorrect
|
||||
|
||||
|
||||
2.0.17 (2014-11-18)
|
||||
++++++++++++++++++
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ License: BSD, see LICENSE for more details.
|
|||
Website: https://wakatime.com/
|
||||
==========================================================="""
|
||||
|
||||
__version__ = '2.0.17'
|
||||
__version__ = '2.0.18'
|
||||
|
||||
import sublime
|
||||
import sublime_plugin
|
||||
|
|
Loading…
Reference in a new issue