From 082a711995d6af11a1b4c35a1f122d2fcfa23bc1 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Mon, 16 May 2016 16:11:45 +0200 Subject: [PATCH] v4.0.11 --- HISTORY.rst | 7 +++++++ plugin/wakatime.vim | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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 {{{