diff --git a/README.md b/README.md index c063e5bd..00f4a179 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Kitematic is a simple application for managing Docker containers on Mac, Linux a ## Installing Kitematic -[Download the latest version](https://docker.com/toolbox) of Kitematic via the Docker Toolbox. +[Download the latest version](https://github.com/docker/kitematic/releases) of Kitematic via the github release page. ## Documentation diff --git a/package.json b/package.json index ffae5305..29e78e5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Kitematic", - "version": "0.17.2", + "version": "0.17.3", "author": "Kitematic", "description": "Simple Docker Container management for Mac OS X, Windows and Ubuntu.", "homepage": "https://kitematic.com/",