Skip to content

Commit

Permalink
Forgot to bono bump version for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser authored Jun 25, 2016
1 parent 5c0c107 commit a6d7ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion st3/mdpopups/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from .st_code_highlight import SublimeHighlight
import re

version_info = (1, 4, 2)
version_info = (1, 4, 3)
__version__ = '.'.join([str(x) for x in version_info])

BASE_CSS = 'Packages/mdpopups/css/base.css'
Expand Down

0 comments on commit a6d7ab0

Please sign in to comment.