This commit is contained in:
Alan Hamlett 2014-12-23 12:43:11 -06:00
parent a0abeac3e2
commit 9a600df969
2 changed files with 7 additions and 1 deletions

View File

@ -3,6 +3,12 @@ History
-------
3.0.1 (2014-12-23)
++++++++++++++++++
- parse use namespaces from php files
3.0.0 (2014-12-23)
++++++++++++++++++

View File

@ -6,7 +6,7 @@ License: BSD, see LICENSE for more details.
Website: https://wakatime.com/
==========================================================="""
__version__ = '3.0.0'
__version__ = '3.0.1'
import sublime
import sublime_plugin