Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
un-def committed Mar 25, 2018
1 parent c74fedf commit cd59bfd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2016-2017 un.def
Copyright (c) 2016-2018 un.def

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 5 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Installation
.. code:: shell
# make some magic
source /usr/local/bin/luamb.sh # default path in Debian if luamb has been installed globally
source $(which luamb.sh) # or absolute path like /usr/local/bin/luamb.sh
4. Try to execute in new shell:

Expand Down Expand Up @@ -127,6 +127,10 @@ Each command has one or more alias.
Version history
~~~~~~~~~~~~~~~

- 0.2.1 (2018-03-25)

- Bugfix release

- 0.2.0 (2017-08-29)

- Zsh support
Expand Down
2 changes: 1 addition & 1 deletion luamb.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


__author__ = 'un.def <[email protected]>'
__version__ = '0.2.0'
__version__ = '0.2.1'


def error(msg, exit_status=1):
Expand Down
2 changes: 1 addition & 1 deletion luamb.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# author : un.def <[email protected]>
# version : 0.2.0
# version : 0.2.1


__luamb_check_exists() {
Expand Down

0 comments on commit cd59bfd

Please sign in to comment.