diff --git a/HISTORY.rst b/HISTORY.rst index b40e682..aca7895 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,12 @@ History ------- +2.0.2 (2014-05-26) +++++++++++++++++++ + +- correctly exec wakatime-cli in Windows OS + + 2.0.1 (2014-05-26) ++++++++++++++++++ diff --git a/plugin/wakatime.vim b/plugin/wakatime.vim index ff028cc..42f4758 100644 --- a/plugin/wakatime.vim +++ b/plugin/wakatime.vim @@ -6,7 +6,7 @@ " Website: https://wakatime.com/ " ============================================================================ -let s:VERSION = '2.0.1' +let s:VERSION = '2.0.2' " Init {{{