This commit is contained in:
Alan Hamlett 2014-11-30 22:20:46 -08:00
parent cf64691fa6
commit 048c21c084
2 changed files with 9 additions and 1 deletions

View File

@ -3,6 +3,14 @@ History
------- -------
2.0.13 (2014-11-30)
+++++++++++++++++++
- upgrade external wakatime package to v2.1.7
- upgrade pygments to v2.0.1
- always log an error when api key is incorrect
2.0.12 (2014-11-18) 2.0.12 (2014-11-18)
+++++++++++++++++++ +++++++++++++++++++

View File

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