diff --git a/HISTORY.rst b/HISTORY.rst index 0b5caad..7463032 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,13 @@ History ------- +1.5.4 (2014-03-05) +++++++++++++++++++ + +- upgrade external wakatime package to v1.0.1 +- use new domain wakatime.com + + 1.5.3 (2014-02-28) ++++++++++++++++++ diff --git a/plugin/wakatime.vim b/plugin/wakatime.vim index c3f94ca..bd4cca3 100644 --- a/plugin/wakatime.vim +++ b/plugin/wakatime.vim @@ -4,7 +4,7 @@ " Maintainer: WakaTime " ============================================================================ -let s:VERSION = '1.5.3' +let s:VERSION = '1.5.4' " Init {{{