This commit is contained in:
Alan Hamlett 2015-06-23 18:14:54 -07:00
parent ca9f59c39f
commit 2ee2b4ea56
2 changed files with 9 additions and 1 deletions

View File

@ -3,6 +3,14 @@ History
-------
4.0.3 (2015-06-23)
++++++++++++++++++
- fix offline logging
- limit language detection to known file extensions, unless file contents has a vim modeline
- upgrade wakatime cli to v4.0.16
4.0.2 (2015-06-11)
++++++++++++++++++

View File

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