diff --git a/HISTORY.rst b/HISTORY.rst index 9de0d88..2a278df 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,13 @@ History ------- +3.0.2 (2014-12-25) +++++++++++++++++++ + +- upgrade external wakatime package to v3.0.2 +- detect frameworks from JavaScript and JSON files + + 3.0.1 (2014-12-23) ++++++++++++++++++ diff --git a/plugin/wakatime.vim b/plugin/wakatime.vim index aa087a5..7453132 100644 --- a/plugin/wakatime.vim +++ b/plugin/wakatime.vim @@ -6,7 +6,7 @@ " Website: https://wakatime.com/ " ============================================================================ -let s:VERSION = '3.0.1' +let s:VERSION = '3.0.2' " Init {{{