Add helper-script to gitignore, bugfix version bump

This commit is contained in:
Jiří Štefka 2023-02-27 02:29:42 +01:00
parent ff6b4a53ea
commit 5221d16f00
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored Normal file

@ -0,0 +1 @@
msman-helper.tar.gz

@ -1,3 +1,3 @@
#!/bin/bash #!/bin/bash
EXTRA_SCRIPTS_VERSION="v1.1.1" EXTRA_SCRIPTS_VERSION="v1.1.2"

@ -8,7 +8,7 @@ set -e
# and acknowledge the original script and author. # # and acknowledge the original script and author. #
############################################################################################################# #############################################################################################################
CURRENT_SCRIPT_VERSION="v1.1.1" CURRENT_SCRIPT_VERSION="v1.1.2"
# -------------------------------------------------- # --------------------------------------------------
# You shouldn't need to change anything in this file # You shouldn't need to change anything in this file