This commit is contained in:
Alan Hamlett 2014-12-05 02:39:19 -08:00
parent 9819fd7df3
commit 180ff31582
2 changed files with 8 additions and 1 deletions

View File

@ -3,6 +3,13 @@ History
-------
2.0.15 (2014-12-05)
+++++++++++++++++++
- upgrade external wakatime package to v2.1.9
- fix bug preventing offline heartbeats from being purged after uploaded
2.0.14 (2014-12-04)
+++++++++++++++++++

View File

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