diff --git a/HISTORY.rst b/HISTORY.rst index 7463032..deb2d3f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,13 @@ History ------- +2.0.0 (2014-05-25) +++++++++++++++++++ + +- upgrade external wakatime package to v2.0.0 +- offline time logging using sqlite3 to queue editor events + + 1.5.4 (2014-03-05) ++++++++++++++++++ diff --git a/plugin/wakatime.vim b/plugin/wakatime.vim index b8ce8f3..b388776 100644 --- a/plugin/wakatime.vim +++ b/plugin/wakatime.vim @@ -6,7 +6,7 @@ " Website: https://wakatime.com/ " ============================================================================ -let s:VERSION = '1.5.4' +let s:VERSION = '2.0.0' " Init {{{