Skip to content

Commit cd59bfd

Browse files
committed
Bump version
1 parent c74fedf commit cd59bfd

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2016-2017 un.def
3+
Copyright (c) 2016-2018 un.def
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Installation
4444
.. code:: shell
4545
4646
# make some magic
47-
source /usr/local/bin/luamb.sh # default path in Debian if luamb has been installed globally
47+
source $(which luamb.sh) # or absolute path like /usr/local/bin/luamb.sh
4848
4949
4. Try to execute in new shell:
5050

@@ -127,6 +127,10 @@ Each command has one or more alias.
127127
Version history
128128
~~~~~~~~~~~~~~~
129129

130+
- 0.2.1 (2018-03-25)
131+
132+
- Bugfix release
133+
130134
- 0.2.0 (2017-08-29)
131135

132136
- Zsh support

luamb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
__author__ = 'un.def <un.def@ya.ru>'
17-
__version__ = '0.2.0'
17+
__version__ = '0.2.1'
1818

1919

2020
def error(msg, exit_status=1):

luamb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# author : un.def <un.def@ya.ru>
2-
# version : 0.2.0
2+
# version : 0.2.1
33

44

55
__luamb_check_exists() {

0 commit comments

Comments
 (0)