Update versions

This commit is contained in:
Dave Syer 2014-06-11 08:30:09 +01:00
parent 70cbdafe31
commit 3b460d4ab3
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ info:
version: 0.1.0
# remember to update static/install.sh as well:
spring-boot:
version: 1.1.0.BUILD-SNAPSHOT
version: 1.1.0.RELEASE
projects:
styles:

View File

@ -3,7 +3,7 @@
set -e
# set -x
VERSION="1.0.2.RELEASE"
VERSION="1.1.0.RELEASE"
if [ -z "${PREFIX}" ]; then
PREFIX="/usr/local/bin"
fi