Fix version number

This commit is contained in:
Jiří Štefka 2023-03-02 20:37:35 +01:00
parent 353b49a76d
commit f446eadde4
2 changed files with 2 additions and 2 deletions

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

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