diff --git a/HISTORY.rst b/HISTORY.rst index f6cb08b..41023ff 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,14 @@ History ------- +2.0.13 (2014-11-30) ++++++++++++++++++++ + +- upgrade external wakatime package to v2.1.7 +- upgrade pygments to v2.0.1 +- always log an error when api key is incorrect + + 2.0.12 (2014-11-18) +++++++++++++++++++ diff --git a/plugin/wakatime.vim b/plugin/wakatime.vim index 1f1e96c..4cfcc49 100644 --- a/plugin/wakatime.vim +++ b/plugin/wakatime.vim @@ -6,7 +6,7 @@ " Website: https://wakatime.com/ " ============================================================================ -let s:VERSION = '2.0.12' +let s:VERSION = '2.0.13' " Init {{{