From 9d36f23b14181a8e652025fde46d4e07dc5e76e2 Mon Sep 17 00:00:00 2001 From: "Kay Marquardt (Gnadelwartz)" Date: Sat, 6 Feb 2021 18:04:11 +0100 Subject: [PATCH] Version 1.41: fix never working file download --- README.html | 2 +- README.md | 2 +- README.txt | 2 +- bashbot.sh | 2 +- doc/2_usage.md | 2 +- doc/6_reference.md | 2 +- modules/processUpdates.sh | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.html b/README.html index 7afb288..11c7c50 100644 --- a/README.html +++ b/README.html @@ -392,6 +392,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.40-0-gf9dab50

+

$$VERSION$$ v1.41-0-gad1b91f

diff --git a/README.md b/README.md index f5e0789..7756d42 100644 --- a/README.md +++ b/README.md @@ -241,4 +241,4 @@ See `mycommnds.sh.dist` for an example. If you feel that there's something missing or if you found a bug, feel free to submit a pull request! -#### $$VERSION$$ v1.40-0-gf9dab50 +#### $$VERSION$$ v1.41-0-gad1b91f diff --git a/README.txt b/README.txt index c9150f8..dabcc49 100644 --- a/README.txt +++ b/README.txt @@ -318,5 +318,5 @@ 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.40-0-gf9dab50 +$$VERSION$$ v1.41-0-gad1b91f diff --git a/bashbot.sh b/bashbot.sh index 0412470..c381468 100755 --- a/bashbot.sh +++ b/bashbot.sh @@ -30,7 +30,7 @@ BOTCOMMANDS="-h help init start stop status suspendback resumeback killb # 8 - curl/wget missing # 10 - not bash! # -#### $$VERSION$$ v1.41-dev-10-gccac62d +#### $$VERSION$$ v1.41-0-gad1b91f ################################################################## # are we running in a terminal? diff --git a/doc/2_usage.md b/doc/2_usage.md index a0a5211..a5c31b9 100644 --- a/doc/2_usage.md +++ b/doc/2_usage.md @@ -376,5 +376,5 @@ send_action "${CHAT[ID]}" "action" #### [Prev Create Bot](1_firstbot.md) #### [Next Advanced Usage](3_advanced.md) -#### $$VERSION$$ v1.41-dev-7-g5212df4 +#### $$VERSION$$ v1.41-0-gad1b91f diff --git a/doc/6_reference.md b/doc/6_reference.md index 3e69e8c..758036c 100644 --- a/doc/6_reference.md +++ b/doc/6_reference.md @@ -1627,5 +1627,5 @@ The name of your bot is available as bash variable "$ME", there is no need to ca #### [Prev Best Practice](5_practice.md) #### [Next Notes for Developers](7_develop.md) -#### $$VERSION$$ v1.41-dev-10-gccac62d +#### $$VERSION$$ v1.41-0-gad1b91f diff --git a/modules/processUpdates.sh b/modules/processUpdates.sh index e41c251..9168e67 100644 --- a/modules/processUpdates.sh +++ b/modules/processUpdates.sh @@ -4,7 +4,7 @@ # File: processUpdates.sh # Note: DO NOT EDIT! this file will be overwritten on update # -#### $$VERSION$$ v1.41-dev-10-gccac62d +#### $$VERSION$$ v1.41-0-gad1b91f ################################################################## ##############