diff --git a/HISTORY.rst b/HISTORY.rst index 12463df..d6bfdc3 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,13 @@ History ------- +2.0.8 (2014-09-30) +++++++++++++++++++ + +- upgrade external wakatime package to v2.1.1 +- fix bug where binary file opened as utf-8 + + 2.0.7 (2014-09-30) ++++++++++++++++++ diff --git a/plugin/wakatime.vim b/plugin/wakatime.vim index 459e07c..aa078c6 100644 --- a/plugin/wakatime.vim +++ b/plugin/wakatime.vim @@ -6,7 +6,7 @@ " Website: https://wakatime.com/ " ============================================================================ -let s:VERSION = '2.0.7' +let s:VERSION = '2.0.8' " Init {{{