Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
un-def committed Jul 23, 2016
1 parent aebfc94 commit fa56716
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion luamb.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


__author__ = 'un.def <[email protected]>'
__version__ = '0.1.0'
__version__ = '0.1.1'


def error(msg, exit_status=1):
Expand Down
3 changes: 3 additions & 0 deletions luamb.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# author : un.def <[email protected]>
# version : 0.1.1

if [ -z "$LUAMB_DIR" ]
then
echo "LUAMB_DIR variable not set"
Expand Down

0 comments on commit fa56716

Please sign in to comment.