This commit is contained in:
Alan Hamlett 2014-12-25 13:36:13 -06:00
parent 4a61bafe9d
commit 863eabb446
2 changed files with 8 additions and 1 deletions

View File

@ -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)
++++++++++++++++++

View File

@ -6,7 +6,7 @@
" Website: https://wakatime.com/
" ============================================================================
let s:VERSION = '3.0.2'
let s:VERSION = '3.0.3'
" Init {{{