From fa8f55cc14dbbe73af83d4428606a3c1b7255990 Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Thu, 5 Mar 2015 21:41:30 -0500 Subject: [PATCH] Bump version for custom machine --- package.json | 2 +- util/deps | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 28b3f938b3..1425cf2c53 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ ] }, "docker-version": "1.5.0", - "docker-machine-version": "0.1.0-kitematic-0.5.8", + "docker-machine-version": "0.1.0-kitematic-0.5.9", "atom-shell-version": "0.21.2", "virtualbox-version": "4.3.24", "virtualbox-filename": "VirtualBox-4.3.24.pkg", diff --git a/util/deps b/util/deps index 25bbaaf8f3..8b59ed919c 100755 --- a/util/deps +++ b/util/deps @@ -13,7 +13,7 @@ if [ ! -f $DOCKER_MACHINE_CLI_FILE ]; then rm -rf docker-machine* # Use temporary, new version of docker-machine that has some important fixes # curl -L -o $DOCKER_MACHINE_CLI_FILE https://github.com/docker/machine/releases/download/v$DOCKER_MACHINE_CLI_VERSION/docker-machine_darwin-amd64 - curl -L -o $DOCKER_MACHINE_CLI_FILE https://github.com/kitematic/kitematic/releases/download/v0.5.8/docker-machine_darwin-amd64 + curl -L -o $DOCKER_MACHINE_CLI_FILE https://github.com/kitematic/kitematic/releases/download/v0.5.9/docker-machine_darwin-amd64 chmod +x $DOCKER_MACHINE_CLI_FILE fi