This commit is contained in:
Alan Hamlett 2013-10-26 19:12:29 -07:00
parent 9255fd2c34
commit 023c1dfbe3
2 changed files with 7 additions and 1 deletions

View File

@ -3,6 +3,12 @@ History
------- -------
1.4.7 (2013-10-26)
++++++++++++++++++
- simplify some language lexer names into more common versions
1.4.6 (2013-10-25) 1.4.6 (2013-10-25)
++++++++++++++++++ ++++++++++++++++++

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.6' __version__ = '1.4.7'
import sublime import sublime
import sublime_plugin import sublime_plugin