We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52921b1 commit c986d96Copy full SHA for c986d96
composer.json
@@ -2,7 +2,7 @@
2
"name": "valentindeville/twitchbot",
3
"description": "Twitch Bot",
4
"type": "project",
5
- "version": "1.3",
+ "version": "1.5.0",
6
7
"require": {
8
"symfony/finder": "^3.3"
launch.sh
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
-VERSION=1.3
+VERSION=1.5.0
TITLE="Twitch Bot $VERSION"
OPTION=$(dialog --title "$TITLE" --menu "What do you want ?" 10 78 3 \
"1" "Launch the bot" \
setup.sh
function installPhpOrDie() {
0 commit comments