Skip to content

Commit

Permalink
Version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vdeville committed Feb 10, 2019
1 parent 52921b1 commit c986d96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "valentindeville/twitchbot",
"description": "Twitch Bot",
"type": "project",
"version": "1.3",
"version": "1.5.0",

"require": {
"symfony/finder": "^3.3"
Expand Down
2 changes: 1 addition & 1 deletion launch.sh
Original file line number Diff line number Diff line change
@@ -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" \
Expand Down
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

VERSION=1.3
VERSION=1.5.0
TITLE="Twitch Bot $VERSION"

function installPhpOrDie() {
Expand Down

0 comments on commit c986d96

Please sign in to comment.