From ae002d43f8aa6f5b38962dd56b60d2522206b4cb Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Mon, 22 Dec 2014 00:57:20 -0600 Subject: [PATCH] v2.0.16 --- HISTORY.rst | 7 +++++++ plugin/wakatime.vim | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index bda8a8d..5d124fa 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,13 @@ History ------- +2.0.16 (2014-12-22) ++++++++++++++++++++ + +- upgrade external wakatime package to v2.1.11 +- fix bug in offline logging when no response from api + + 2.0.15 (2014-12-05) +++++++++++++++++++ diff --git a/plugin/wakatime.vim b/plugin/wakatime.vim index a1c9508..90f50c4 100644 --- a/plugin/wakatime.vim +++ b/plugin/wakatime.vim @@ -6,7 +6,7 @@ " Website: https://wakatime.com/ " ============================================================================ -let s:VERSION = '2.0.15' +let s:VERSION = '2.0.16' " Init {{{