This commit is contained in:
Alan Hamlett 2015-04-02 17:18:15 -07:00
parent c88bfed8ec
commit f5848439ff
2 changed files with 10 additions and 1 deletions

View File

@ -3,6 +3,15 @@ History
-------
3.0.9 (2015-04-02)
++++++++++++++++++
- upgrade wakatime cli to v4.0.7
- update requests package to v2.0.6
- update simplejson to v3.6.5
- capture warnings in log file
3.0.8 (2015-03-09)
++++++++++++++++++

View File

@ -6,7 +6,7 @@
" Website: https://wakatime.com/
" ============================================================================
let s:VERSION = '3.0.8'
let s:VERSION = '3.0.9'
" Init {{{