This commit is contained in:
Alan Hamlett 2015-03-20 01:16:34 -07:00
parent 510eea0a8b
commit 17404bf848
2 changed files with 8 additions and 1 deletions

View File

@ -3,6 +3,13 @@ History
-------
3.0.9 (2015-03-20)
++++++++++++++++++
- status bar message showing when WakaTime plugin is enabled
- moved some logic into thread to help prevent slow plugin warning message
3.0.8 (2015-03-09)
++++++++++++++++++

View File

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