From 863eabb446484779bba71ca15c1ed3f15ee8efb3 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Thu, 25 Dec 2014 13:36:13 -0600 Subject: [PATCH] v3.0.3 --- HISTORY.rst | 7 +++++++ plugin/wakatime.vim | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 2a278df..fb04b4e 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,13 @@ History ------- +3.0.3 (2014-12-25) +++++++++++++++++++ + +- upgrade external wakatime package to v3.0.3 +- detect JavaScript frameworks from script tags in Html template files + + 3.0.2 (2014-12-25) ++++++++++++++++++ diff --git a/plugin/wakatime.vim b/plugin/wakatime.vim index 7453132..078cfe6 100644 --- a/plugin/wakatime.vim +++ b/plugin/wakatime.vim @@ -6,7 +6,7 @@ " Website: https://wakatime.com/ " ============================================================================ -let s:VERSION = '3.0.2' +let s:VERSION = '3.0.3' " Init {{{