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": {