This commit is contained in:
Alan Hamlett 2014-12-22 00:57:20 -06:00
parent 8b2357ec78
commit ae002d43f8
2 changed files with 8 additions and 1 deletions

View File

@ -3,6 +3,13 @@ History
-------
2.0.16 (2014-12-22)
+++++++++++++++++++
- upgrade external wakatime package to v2.1.11
- fix bug in offline logging when no response from api
2.0.15 (2014-12-05)
+++++++++++++++++++

View File

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