Skip to content

Commit

Permalink
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.1
0.2.0
2 changes: 1 addition & 1 deletion deploy.bash
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ set -e -x
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"

VERSION="$(cat "$DIR/VERSION.txt")"
echo "Building Version $VERSION..."
echo "Building Version $VERSION ..."

./gradlew clean build

0 comments on commit 8b792c8

Please sign in to comment.