This commit is contained in:
Alan Hamlett 2015-05-01 16:10:44 -07:00
parent ec353d8fe6
commit a7d48d3507
2 changed files with 8 additions and 1 deletions

View File

@ -3,6 +3,13 @@ History
------- -------
4.0.0 (2015-05-01)
++++++++++++++++++
- upgrade wakatime cli to v4.0.8
- check for api_key in config file instead of just checking if file exists
3.0.9 (2015-04-02) 3.0.9 (2015-04-02)
++++++++++++++++++ ++++++++++++++++++

View File

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