From c986d96e620f9234b40e3f09f66b38ff8924c177 Mon Sep 17 00:00:00 2001 From: Valentin Deville Date: Sun, 10 Feb 2019 17:15:47 +0100 Subject: [PATCH] Version 1.5.0 --- composer.json | 2 +- launch.sh | 2 +- setup.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 4bf21c8..668792d 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "valentindeville/twitchbot", "description": "Twitch Bot", "type": "project", - "version": "1.3", + "version": "1.5.0", "require": { "symfony/finder": "^3.3" diff --git a/launch.sh b/launch.sh index 932fdf8..932d996 100755 --- a/launch.sh +++ b/launch.sh @@ -1,6 +1,6 @@ #!/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" \ diff --git a/setup.sh b/setup.sh index 0892449..bbf926a 100755 --- a/setup.sh +++ b/setup.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERSION=1.3 +VERSION=1.5.0 TITLE="Twitch Bot $VERSION" function installPhpOrDie() {