diff --git a/HISTORY.rst b/HISTORY.rst index 5d124fa..ff2096c 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,13 @@ History ------- +3.0.0 (2014-12-23) +++++++++++++++++++ + +- upgrade external wakatime package to v3.0.0 +- detect libraries and frameworks for C++, Java, .NET, PHP, and Python files + + 2.0.16 (2014-12-22) +++++++++++++++++++ diff --git a/plugin/wakatime.vim b/plugin/wakatime.vim index 90f50c4..9a04025 100644 --- a/plugin/wakatime.vim +++ b/plugin/wakatime.vim @@ -6,7 +6,7 @@ " Website: https://wakatime.com/ " ============================================================================ -let s:VERSION = '2.0.16' +let s:VERSION = '3.0.0' " Init {{{