From fa5671616b5f60b98a04b1b11d2f54801b0afd46 Mon Sep 17 00:00:00 2001 From: "un.def" Date: Sat, 23 Jul 2016 04:21:09 +0300 Subject: [PATCH] bump version --- luamb.py | 2 +- luamb.sh | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/luamb.py b/luamb.py index 2b7ef41..a5f0991 100644 --- a/luamb.py +++ b/luamb.py @@ -11,7 +11,7 @@ __author__ = 'un.def ' -__version__ = '0.1.0' +__version__ = '0.1.1' def error(msg, exit_status=1): diff --git a/luamb.sh b/luamb.sh index 4079f06..f007318 100644 --- a/luamb.sh +++ b/luamb.sh @@ -1,3 +1,6 @@ +# author : un.def +# version : 0.1.1 + if [ -z "$LUAMB_DIR" ] then echo "LUAMB_DIR variable not set"