diff --git a/README.html b/README.html index 1d0bc9c..e3b9070 100644 --- a/README.html +++ b/README.html @@ -272,6 +272,6 @@ It features background tasks and interactive chats, and can serve as an interfac

@Gnadelwartz

That's it!

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

-

$$VERSION$$ v1.0-22-g1153d65

+

$$VERSION$$ v1.1-0-gc0eb399

diff --git a/README.md b/README.md index 9cff9b5..03aade7 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.0-22-g1153d65 +#### $$VERSION$$ v1.1-0-gc0eb399 diff --git a/README.txt b/README.txt index 64b1e16..8f7c6d0 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.0-22-g1153d65 +#### $$VERSION$$ v1.1-0-gc0eb399 diff --git a/bashbot.rc b/bashbot.rc index e5b1a43..9694060 100755 --- a/bashbot.rc +++ b/bashbot.rc @@ -1,7 +1,7 @@ #!/bin/sh # description: Start or stop telegram-bash-bot # -#### $$VERSION$$ v1.0-0-g99217c4 +#### $$VERSION$$ v1.1-0-gc0eb399 # shellcheck disable=SC2009 # shellcheck disable=SC2181 diff --git a/bashbot.sh b/bashbot.sh index 8b93b11..2f3b7ac 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.0-21-g6718d24 +#### $$VERSION$$ v1.1-0-gc0eb399 # # Exit Codes: # - 0 success (hopefully) diff --git a/commands.sh b/commands.sh index 90d84c8..af4f582 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.0-18-g9b3d689 +#### $$VERSION$$ v1.1-0-gc0eb399 # # adjust your language setting here, e.g. when run from other user or cron. diff --git a/dev/all-tests.sh b/dev/all-tests.sh index 51999a1..e9e1ab8 100755 --- a/dev/all-tests.sh +++ b/dev/all-tests.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # this has to run once atfer git clone # and every time we create new hooks -#### $$VERSION$$ v1.0-18-g9b3d689 +#### $$VERSION$$ v1.1-0-gc0eb399 # magic to ensure that we're always inside the root of our application, # no matter from which directory we'll run script diff --git a/dev/git-add.sh b/dev/git-add.sh index 2cc1a2c..e0614d5 100755 --- a/dev/git-add.sh +++ b/dev/git-add.sh @@ -3,7 +3,7 @@ # # works together with git pre-push.sh and ADD all changed files since last push -#### $$VERSION$$ v1.0-0-g99217c4 +#### $$VERSION$$ v1.1-0-gc0eb399 # magic to ensure that we're always inside the root of our application, # no matter from which directory we'll run script diff --git a/dev/hooks/pre-commit.sh b/dev/hooks/pre-commit.sh index 64650d5..73650c9 100755 --- a/dev/hooks/pre-commit.sh +++ b/dev/hooks/pre-commit.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -#### $$VERSION$$ v1.0-18-g9b3d689 +#### $$VERSION$$ v1.1-0-gc0eb399 ############ # NOTE: you MUST run install-hooks.sh again when updating this file! diff --git a/dev/hooks/pre-push.sh b/dev/hooks/pre-push.sh index 54c04aa..341cd9a 100755 --- a/dev/hooks/pre-push.sh +++ b/dev/hooks/pre-push.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -#### $$VERSION$$ v1.0-0-g99217c4 +#### $$VERSION$$ v1.1-0-gc0eb399 ############ # NOTE: you MUST run install-hooks.sh again when updating this file! diff --git a/dev/install-hooks.sh b/dev/install-hooks.sh index 16aae7e..f4f12cc 100755 --- a/dev/install-hooks.sh +++ b/dev/install-hooks.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # this has to run once atfer git clone # and every time we create new hooks -#### $$VERSION$$ v1.0-0-g99217c4 +#### $$VERSION$$ v1.1-0-gc0eb399 # magic to ensure that we're always inside the root of our application, # no matter from which directory we'll run script diff --git a/dev/make-distribution.sh b/dev/make-distribution.sh index 288b7cd..be4d110 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.0-0-g99217c4 +#### $$VERSION$$ v1.1-0-gc0eb399 # magic to ensure that we're always inside the root of our application, # no matter from which directory we'll run script diff --git a/dev/make-standalone.sh b/dev/make-standalone.sh index f27784e..816645a 100755 --- a/dev/make-standalone.sh +++ b/dev/make-standalone.sh @@ -5,7 +5,7 @@ # If you your bot is finished you can use make-standalone.sh to create the # the old all-in-one bashbot: bashbot.sh and commands.sh only! # -#### $$VERSION$$ v1.0-0-g99217c4 +#### $$VERSION$$ v1.1-0-gc0eb399 # magic to ensure that we're always inside the root of our application, # no matter from which directory we'll run script diff --git a/dev/shellcheck.files b/dev/shellcheck.files index 7eddbef..207ffed 100644 --- a/dev/shellcheck.files +++ b/dev/shellcheck.files @@ -1,4 +1,4 @@ # list of additional files to check from shellcheck -#### $$VERSION$$ v1.0-0-g99217c4 +#### $$VERSION$$ v1.1-0-gc0eb399 bashbot.rc mycommands.sh.clean diff --git a/dev/version.sh b/dev/version.sh index 9ebc67f..00a3075 100755 --- a/dev/version.sh +++ b/dev/version.sh @@ -1,6 +1,6 @@ #!/bin/bash # -#### $$VERSION$$ v1.0-0-g99217c4 +#### $$VERSION$$ v1.1-0-gc0eb399 # shellcheck disable=SC2016 # # Easy Versioning in git: diff --git a/doc/0_install.md b/doc/0_install.md index 2baa40c..dae7952 100644 --- a/doc/0_install.md +++ b/doc/0_install.md @@ -169,5 +169,5 @@ The old format is supported for backward compatibility, but may fail for corner #### [Next Create Bot](1_firstbot.md) -#### $$VERSION$$ v1.0-24-gc20eef4 +#### $$VERSION$$ v1.1-0-gc0eb399 diff --git a/doc/2_usage.md b/doc/2_usage.md index 2b7d6b7..5a89c40 100644 --- a/doc/2_usage.md +++ b/doc/2_usage.md @@ -283,5 +283,5 @@ send_action "${CHAT[ID]}" "action" #### [Prev Create Bot](1_firstbot.md) #### [Next Advanced Usage](3_advanced.md) -#### $$VERSION$$ v1.0-18-g9b3d689 +#### $$VERSION$$ v1.1-0-gc0eb399 diff --git a/modules/sendMessage.sh b/modules/sendMessage.sh index 14d4f77..fc9d195 100644 --- a/modules/sendMessage.sh +++ b/modules/sendMessage.sh @@ -5,7 +5,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.1-dev-1-gd8c10ef +#### $$VERSION$$ v1.1-0-gc0eb399 # will be automatically sourced from bashbot diff --git a/mycommands.sh b/mycommands.sh index 09be684..5cb5e75 100644 --- a/mycommands.sh +++ b/mycommands.sh @@ -8,7 +8,7 @@ # #### if you start to develop your own bot, use the clean version of this file: # #### mycommands.clean # -#### $$VERSION$$ v1.0-18-g9b3d689 +#### $$VERSION$$ v1.1-0-gc0eb399 # # uncomment the following lines to overwrite info and help messages diff --git a/mycommands.sh.clean b/mycommands.sh.clean index 95c1178..cbe3531 100644 --- a/mycommands.sh.clean +++ b/mycommands.sh.clean @@ -4,7 +4,7 @@ # files: mycommands.sh.clean # copy to mycommands.sh and add all your commands and functions here ... # -#### $$VERSION$$ v1.0-0-g99217c4 +#### $$VERSION$$ v1.1-0-gc0eb399 # ##########