From 162d02cbb55a45c73429d3036c229b8e720ab7d1 Mon Sep 17 00:00:00 2001 From: Mathieu Dutour Date: Fri, 29 Sep 2017 15:24:55 +0100 Subject: [PATCH] version 0.2.10 --- app/package.json | 2 +- changelog.json | 4 ++++ plugin/package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app/package.json b/app/package.json index aa8a8f889..a680ad75f 100644 --- a/app/package.json +++ b/app/package.json @@ -3,7 +3,7 @@ "productName": "Kactus", "bundleID": "io.kactus.KactusClient", "companyName": "Kactus.io", - "version": "0.2.9", + "version": "0.2.10", "main": "./main.js", "repository": { "type": "git", diff --git a/changelog.json b/changelog.json index 5fdaaeb73..39318aec7 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,10 @@ { "unreleased": [], "releases": { + "0.2.10": [ + "[Improved] Faster file selection", + "[Fixed] GitHub Enterprise login. For it to work, you will need to create a GitHub application. There are instructions about how to do so when you need it." + ], "0.2.9": [ "[New] Add ability to cancel a premium subscription from the app", "[Improved] Check wether sketch files are ignored when add an existing repo", diff --git a/plugin/package.json b/plugin/package.json index c9fe59eb9..3464c7aae 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "kactus", - "version": "0.2.9", + "version": "0.2.10", "description": "Kactus plugin", "main": "../out/plugin.sketchplugin", "scripts": {