This commit is contained in:
Alan Hamlett 2016-05-16 16:11:45 +02:00
parent 5e0e9f913f
commit 082a711995
2 changed files with 8 additions and 1 deletions

View File

@ -3,6 +3,13 @@ History
------- -------
4.0.11 (2016-05-16)
++++++++++++++++++
- Upgrade wakatime-cli to v6.0.2.
- Prevent popup on Mac when xcode-tools is not installed.
4.0.10 (2016-04-19) 4.0.10 (2016-04-19)
++++++++++++++++++ ++++++++++++++++++

View File

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