From 193e009c563704f73f953634ebb6b7ce2c67cde0 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Mon, 26 May 2014 22:44:50 -0700 Subject: [PATCH] v2.0.2 --- HISTORY.rst | 6 ++++++ plugin/wakatime.vim | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 {{{