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