This commit is contained in:
Alan Hamlett 2013-11-13 18:07:41 -08:00
parent 4fc1a55ff7
commit 03ec38bb67
2 changed files with 7 additions and 1 deletions

View File

@ -3,6 +3,12 @@ History
------- -------
1.4.11 (2013-11-13)
+++++++++++++++++++
- placing .wakatime-project file in a folder will read the project's name from that file
1.4.10 (2013-10-31) 1.4.10 (2013-10-31)
++++++++++++++++++ ++++++++++++++++++

View File

@ -5,7 +5,7 @@ Maintainer: WakaTi.me <support@wakatime.com>
Website: https://www.wakati.me/ Website: https://www.wakati.me/
===========================================================""" ==========================================================="""
__version__ = '1.4.10' __version__ = '1.4.11'
import sublime import sublime
import sublime_plugin import sublime_plugin