diff --git a/HISTORY.rst b/HISTORY.rst index 339817c..6fb9fe6 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,13 @@ History ------- +2.0.10 (2014-11-10) +++++++++++++++++++ + +- upgrade external wakatime package to v2.1.3 +- correctly detect branch for subversion projects + + 2.0.9 (2014-11-03) ++++++++++++++++++ diff --git a/plugin/wakatime.vim b/plugin/wakatime.vim index d0b046e..42e35d0 100644 --- a/plugin/wakatime.vim +++ b/plugin/wakatime.vim @@ -6,7 +6,7 @@ " Website: https://wakatime.com/ " ============================================================================ -let s:VERSION = '2.0.9' +let s:VERSION = '2.0.10' " Init {{{