diff --git a/build/sauce/connect_start.sh b/build/sauce/connect_start.sh index 8199516..63c49d2 100644 --- a/build/sauce/connect_start.sh +++ b/build/sauce/connect_start.sh @@ -8,7 +8,7 @@ set -e # SAUCE_ACCESS_KEY # Follow the steps at https://saucelabs.com/opensource/travis to set that up. -CONNECT_URL="https://d2nkw87yt5k0to.cloudfront.net/downloads/sc-latest-linux.tar.gz" +CONNECT_URL="https://saucelabs.com/downloads/sc-latest-linux.tar.gz" CONNECT_DIR="/tmp/sauce-connect-$RANDOM" CONNECT_DOWNLOAD="sc-latest-linux.tar.gz" diff --git a/package.json b/package.json index 86f1e3f..f8f7996 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "ariatemplates (http://github.com/ariatemplates)", "name": "hashspace", "description": "hashspace compiler and runtime", - "version": "0.0.5-SNAPSHOT", + "version": "0.0.5", "homepage": "", "repository": { "type": "git",