v3.0.2
This commit is contained in:
parent
166f41899c
commit
3c91d802a4
2 changed files with 7 additions and 1 deletions
|
@ -3,6 +3,12 @@ History
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
||||||
|
3.0.2 (2014-12-25)
|
||||||
|
++++++++++++++++++
|
||||||
|
|
||||||
|
- detect frameworks from JavaScript and JSON files
|
||||||
|
|
||||||
|
|
||||||
3.0.1 (2014-12-23)
|
3.0.1 (2014-12-23)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
|
|
||||||
__title__ = 'wakatime'
|
__title__ = 'wakatime'
|
||||||
__version__ = '3.0.1'
|
__version__ = '3.0.2'
|
||||||
__author__ = 'Alan Hamlett'
|
__author__ = 'Alan Hamlett'
|
||||||
__license__ = 'BSD'
|
__license__ = 'BSD'
|
||||||
__copyright__ = 'Copyright 2014 Alan Hamlett'
|
__copyright__ = 'Copyright 2014 Alan Hamlett'
|
||||||
|
|
Loading…
Reference in a new issue