diff --git a/HISTORY.rst b/HISTORY.rst index 4b3bf84..f6cb08b 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,13 @@ History ------- +2.0.12 (2014-11-18) ++++++++++++++++++++ + +- upgrade external wakatime package to v2.1.6 +- fix list index error when detecting subversion project + + 2.0.11 (2014-11-12) +++++++++++++++++++ diff --git a/plugin/wakatime.vim b/plugin/wakatime.vim index 16b0501..1f1e96c 100644 --- a/plugin/wakatime.vim +++ b/plugin/wakatime.vim @@ -6,7 +6,7 @@ " Website: https://wakatime.com/ " ============================================================================ -let s:VERSION = '2.0.11' +let s:VERSION = '2.0.12' " Init {{{