From bb9dff2c85e31a4f3100514c853c9e1a055162fd Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Fri, 29 Aug 2014 12:47:30 -0700 Subject: [PATCH] v2.0.6 --- HISTORY.rst | 7 +++++++ plugin/wakatime.vim | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 003291e..242bd1e 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,13 @@ History ------- +2.0.6 (2014-08-29) +++++++++++++++++++ + +- upgrade external wakatime package to v2.0.8 +- supress output from svn command + + 2.0.5 (2014-08-07) ++++++++++++++++++ diff --git a/plugin/wakatime.vim b/plugin/wakatime.vim index f3e6a66..ad0656f 100644 --- a/plugin/wakatime.vim +++ b/plugin/wakatime.vim @@ -6,7 +6,7 @@ " Website: https://wakatime.com/ " ============================================================================ -let s:VERSION = '2.0.5' +let s:VERSION = '2.0.6' " Init {{{