This commit is contained in:
Alan Hamlett 2014-02-28 18:46:23 -08:00
parent 0788628b95
commit ada8c6bcf7
2 changed files with 7 additions and 1 deletions

View File

@ -3,6 +3,12 @@ History
------- -------
1.5.3 (2014-02-28)
++++++++++++++++++
- only save last action to ~/.wakatime.data when calling external wakatime-cli
1.5.2 (2014-02-05) 1.5.2 (2014-02-05)
++++++++++++++++++ ++++++++++++++++++

View File

@ -4,7 +4,7 @@
" Maintainer: WakaTime <support@wakatime.com> " Maintainer: WakaTime <support@wakatime.com>
" ============================================================================ " ============================================================================
let s:VERSION = '1.5.2' let s:VERSION = '1.5.3'
" Init {{{ " Init {{{