This commit is contained in:
Alan Hamlett 2013-10-28 18:12:12 -07:00
parent a13e11d24d
commit 906184cd88
2 changed files with 7 additions and 1 deletions

View File

@ -3,6 +3,12 @@ History
------- -------
1.4.9 (2013-10-28)
++++++++++++++++++
- handle case where ignore patterns not defined
1.4.8 (2013-10-27) 1.4.8 (2013-10-27)
++++++++++++++++++ ++++++++++++++++++

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.8' __version__ = '1.4.9'
import sublime import sublime
import sublime_plugin import sublime_plugin