From 61f492d77a7b010c0be174d2e498a7ab8e38a198 Mon Sep 17 00:00:00 2001 From: mathieudutour Date: Mon, 12 Mar 2018 13:26:07 +0200 Subject: [PATCH] version 0.3.3 --- .github/config.yml | 2 +- app/package.json | 2 +- changelog.json | 4 ++++ plugin/package.json | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/config.yml b/.github/config.yml index 66701af44..4b33897a5 100644 --- a/.github/config.yml +++ b/.github/config.yml @@ -4,7 +4,7 @@ requestInfoReplyComment: > Thanks for reaching out! - We require the [template](https://github.com/desktop/desktop/blob/master/.github/CONTRIBUTING.md#how-do-i-submit-a-good-bug-report) to be filled out with all new issues. We do this so that + We require the [template](https://github.com/kactus-io/kactus/blob/master/.github/CONTRIBUTING.md#how-do-i-submit-a-good-bug-report) to be filled out with all new issues. We do this so that we can be certain we have all the information we need to address your submission efficiently. This allows the maintainers to spend more time fixing bugs, implementing enhancements, and reviewing and merging pull requests. diff --git a/app/package.json b/app/package.json index bd4b1ecad..da3720339 100644 --- a/app/package.json +++ b/app/package.json @@ -3,7 +3,7 @@ "productName": "Kactus", "bundleID": "io.kactus.KactusClient", "companyName": "Kactus.io", - "version": "0.3.2", + "version": "0.3.3", "main": "./main.js", "repository": { "type": "git", diff --git a/changelog.json b/changelog.json index da43b5d2a..ed7f11336 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,10 @@ { "unreleased": [], "releases": { + "0.3.3": [ + "[Improved] Faster Kactus status (finding the Sketch files)", + "[Improved] Faster Git status (finding the changed files)" + ], "0.3.2": [ "[New] Add a new indicator if the branch is a PR", "[Improved] Do not export the commit meta key of the sketch file" diff --git a/plugin/package.json b/plugin/package.json index fe7756d24..f475b8ef1 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "kactus", - "version": "0.3.2", + "version": "0.3.3", "description": "Kactus plugin", "main": "../out/plugin.sketchplugin", "scripts": {