diff --git a/HISTORY.rst b/HISTORY.rst index 179ecd7..cdb821e 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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) ++++++++++++++++++ diff --git a/plugin/wakatime.vim b/plugin/wakatime.vim index f6380a4..5a22a0f 100644 --- a/plugin/wakatime.vim +++ b/plugin/wakatime.vim @@ -6,7 +6,7 @@ " Website: https://wakatime.com/ " ============================================================================ -let s:VERSION = '4.0.10' +let s:VERSION = '4.0.11' " Init {{{