From f597001a84ff2d4adcc1f2da00f8533acd6f937e Mon Sep 17 00:00:00 2001 From: mathieudutour Date: Tue, 4 Jul 2017 00:45:35 +0200 Subject: [PATCH] version 0.1.1 --- app/package.json | 2 +- changelog.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/app/package.json b/app/package.json index 7d0487a9e..edf3534a8 100644 --- a/app/package.json +++ b/app/package.json @@ -3,7 +3,7 @@ "productName": "Kactus", "bundleID": "io.kactus.KactusClient", "companyName": "Kactus.io", - "version": "0.1.0", + "version": "0.1.1", "main": "./main.js", "repository": { "type": "git", diff --git a/changelog.json b/changelog.json index ee6dfc39e..172794ae6 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,10 @@ { "unreleased": [], "releases": { + "0.1.1": [ + "[New] Check the Sketch version and warn if it's not good", + "[Fixed] Fix missing buttons to login" + ], "0.1.0": [ "[New] Add cmd+k shortcut to open sketch", "[New] Add some actions when there is no change",