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 {{{