Skip to content

Commit c986d96

Browse files
committed
Version 1.5.0
1 parent 52921b1 commit c986d96

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "valentindeville/twitchbot",
33
"description": "Twitch Bot",
44
"type": "project",
5-
"version": "1.3",
5+
"version": "1.5.0",
66

77
"require": {
88
"symfony/finder": "^3.3"

launch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
VERSION=1.3
3+
VERSION=1.5.0
44
TITLE="Twitch Bot $VERSION"
55
OPTION=$(dialog --title "$TITLE" --menu "What do you want ?" 10 78 3 \
66
"1" "Launch the bot" \

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
VERSION=1.3
3+
VERSION=1.5.0
44
TITLE="Twitch Bot $VERSION"
55

66
function installPhpOrDie() {

0 commit comments

Comments
 (0)