diff --git a/README.html b/README.html index 9a235df..ca6492e 100644 --- a/README.html +++ b/README.html @@ -273,6 +273,6 @@ It features background tasks and interactive chats, and can serve as an interfac

@Gnadelwartz

That's it all guys!

If you feel that there's something missing or if you found a bug, feel free to submit a pull request!

-

$$VERSION$$ v1.2-pre2-0-g2824487

+

$$VERSION$$ v1.2-pre2-2-gef80aa5

diff --git a/README.md b/README.md index b61772a..7eb13e3 100644 --- a/README.md +++ b/README.md @@ -265,4 +265,4 @@ bashbotBlockRecover() { If you feel that there's something missing or if you found a bug, feel free to submit a pull request! -#### $$VERSION$$ v1.2-pre2-0-g2824487 +#### $$VERSION$$ v1.2-pre2-2-gef80aa5 diff --git a/README.txt b/README.txt index b8e18bc..995ef71 100644 --- a/README.txt +++ b/README.txt @@ -355,4 +355,4 @@ wait If you feel that there's something missing or if you found a bug, feel free to submit a pull request! -#### $$VERSION$$ v1.2-pre2-0-g2824487 +#### $$VERSION$$ v1.2-pre2-2-gef80aa5 diff --git a/bashbot.rc b/bashbot.rc index a783431..c4032bd 100755 --- a/bashbot.rc +++ b/bashbot.rc @@ -6,7 +6,7 @@ # # tested on: ubuntu, opensuse # -#### $$VERSION$$ v1.2-pre2-0-g2824487 +#### $$VERSION$$ v1.2-pre2-2-gef80aa5 # shellcheck disable=SC2009 # shellcheck disable=SC2181 diff --git a/bashbot.sh b/bashbot.sh index dd04913..f331020 100755 --- a/bashbot.sh +++ b/bashbot.sh @@ -11,7 +11,7 @@ # This file is public domain in the USA and all free countries. # Elsewhere, consider it to be WTFPLv2. (wtfpl.net/txt/copying) # -#### $$VERSION$$ v1.2-pre2-1-g95b2b9a +#### $$VERSION$$ v1.2-pre2-2-gef80aa5 # # Exit Codes: # - 0 success (hopefully) diff --git a/commands.sh b/commands.sh index f2cd4e2..60c5b51 100644 --- a/commands.sh +++ b/commands.sh @@ -15,7 +15,7 @@ # This file is public domain in the USA and all free countries. # Elsewhere, consider it to be WTFPLv2. (wtfpl.net/txt/copying) # -#### $$VERSION$$ v1.2-pre2-0-g2824487 +#### $$VERSION$$ v1.2-pre2-2-gef80aa5 # # adjust your language setting here, e.g. when run from other user or cron. diff --git a/dev/hooks/pre-commit.sh b/dev/hooks/pre-commit.sh index b546703..b17a54f 100755 --- a/dev/hooks/pre-commit.sh +++ b/dev/hooks/pre-commit.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -#### $$VERSION$$ v1.2-pre2-0-g2824487 +#### $$VERSION$$ v1.2-pre2-2-gef80aa5 ############ # NOTE: you MUST run install-hooks.sh again when updating this file! diff --git a/dev/make-distribution.sh b/dev/make-distribution.sh index be4d110..b9e9b19 100755 --- a/dev/make-distribution.sh +++ b/dev/make-distribution.sh @@ -2,7 +2,7 @@ # file: make-distribution.sh # creates files and arcchives to dirtribute bashbot # -#### $$VERSION$$ v1.1-0-gc0eb399 +#### $$VERSION$$ v1.2-pre2-2-gef80aa5 # magic to ensure that we're always inside the root of our application, # no matter from which directory we'll run script @@ -57,8 +57,8 @@ fi # make html doc echo "Create html doc" -#shellcheck disable=SC1090 -source "$GIT_DIR/../dev/make-html.sh" +# shellcheck disable=SC1090,SC1091 +source "../../dev/make-html.sh" # create archive cd .. || exit 1 diff --git a/doc/7_develop.md b/doc/7_develop.md index db6fd63..3358a08 100644 --- a/doc/7_develop.md +++ b/doc/7_develop.md @@ -349,5 +349,5 @@ fi #### [Prev Function Reference](6_reference.md) -#### $$VERSION$$ v1.2-pre2-0-g2824487 +#### $$VERSION$$ v1.2-pre2-2-gef80aa5 diff --git a/examples/bash2env.sh b/examples/bash2env.sh index 853dff9..6964a70 100755 --- a/examples/bash2env.sh +++ b/examples/bash2env.sh @@ -6,7 +6,7 @@ # This file is public domain in the USA and all free countries. # Elsewhere, consider it to be WTFPLv2. (wtfpl.net/txt/copying) # shellcheck disable=SC1117 -#### $$VERSION$$ v1.2-pre2-0-g2824487 +#### $$VERSION$$ v1.2-pre2-2-gef80aa5 # adjust your language setting here # https://github.com/topkecleon/telegram-bot-bash#setting-up-your-environment diff --git a/examples/jsonDB-keyboard/mycommands.sh b/examples/jsonDB-keyboard/mycommands.sh index 0f684ef..9fe79e4 100644 --- a/examples/jsonDB-keyboard/mycommands.sh +++ b/examples/jsonDB-keyboard/mycommands.sh @@ -2,7 +2,7 @@ # files: mycommands.sh.dist # copy to mycommands.sh and add all your commands and functions here ... # -#### $$VERSION$$ v1.2-pre2-0-g2824487 +#### $$VERSION$$ v1.2-pre2-2-gef80aa5 # # shellcheck disable=SC2154,SC2034,SC1117,SC2221,SC2222 diff --git a/modules/background.sh b/modules/background.sh index 4179d50..a2422bb 100644 --- a/modules/background.sh +++ b/modules/background.sh @@ -6,7 +6,7 @@ # Elsewhere, consider it to be WTFPLv2. (wtfpl.net/txt/copying) # # shellcheck disable=SC1117 -#### $$VERSION$$ v1.2-pre2-0-g2824487 +#### $$VERSION$$ v1.2-pre2-2-gef80aa5 # will be automatically sourced from bashbot diff --git a/modules/sendMessage.sh b/modules/sendMessage.sh index 573e806..d20457f 100644 --- a/modules/sendMessage.sh +++ b/modules/sendMessage.sh @@ -6,7 +6,7 @@ # Elsewhere, consider it to be WTFPLv2. (wtfpl.net/txt/copying) # # shellcheck disable=SC1117 -#### $$VERSION$$ v1.2-pre2-0-g2824487 +#### $$VERSION$$ v1.2-pre2-2-gef80aa5 # will be automatically sourced from bashbot diff --git a/mycommands.sh b/mycommands.sh index 9d6f178..e724487 100644 --- a/mycommands.sh +++ b/mycommands.sh @@ -9,7 +9,7 @@ # #### mycommands.clean # # shellcheck disable=SC1117 -#### $$VERSION$$ v1.2-pre2-0-g2824487 +#### $$VERSION$$ v1.2-pre2-2-gef80aa5 # # uncomment the following lines to overwrite info and help messages