v2.0.1
This commit is contained in:
parent
0c136515c4
commit
86eebd9e8f
2 changed files with 8 additions and 1 deletions
|
@ -3,6 +3,13 @@ History
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
||||||
|
2.0.1 (2014-05-26)
|
||||||
|
++++++++++++++++++
|
||||||
|
|
||||||
|
- upgrade external wakatime package to v2.0.1
|
||||||
|
- fix bug in queue preventing completed tasks from being purged
|
||||||
|
|
||||||
|
|
||||||
2.0.0 (2014-05-25)
|
2.0.0 (2014-05-25)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
" Website: https://wakatime.com/
|
" Website: https://wakatime.com/
|
||||||
" ============================================================================
|
" ============================================================================
|
||||||
|
|
||||||
let s:VERSION = '2.0.0'
|
let s:VERSION = '2.0.1'
|
||||||
|
|
||||||
|
|
||||||
" Init {{{
|
" Init {{{
|
||||||
|
|
Loading…
Reference in a new issue