From 206f751ef6d7f61bd01458eb74a47ec245fa8990 Mon Sep 17 00:00:00 2001 From: Mathieu Dutour Date: Wed, 10 Mar 2021 10:48:53 +0100 Subject: [PATCH] v0.3.34 --- app/package.json | 2 +- changelog.json | 3 +++ plugin/package.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/app/package.json b/app/package.json index b29156bab..45c752d7f 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.33", + "version": "0.3.34", "main": "./main.js", "repository": { "type": "git", diff --git a/changelog.json b/changelog.json index 6df55c1d2..2e14484dc 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,9 @@ { "unreleased": [], "releases": { + "0.3.34": [ + "[Fixed] Fixed a bug when loading the Kactus state after focusing the window" + ], "0.3.33": [ "[Improved] Add loading indicator when parsing Sketch files when ckecking out a branch", "[Improved] Clearer menu label for reverting commits", diff --git a/plugin/package.json b/plugin/package.json index 8714bb17a..e257ce5e0 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "kactus", - "version": "0.3.33", + "version": "0.3.34", "skpm": { "description": "A proper version control tool for designers", "main": "../out/plugin.sketchplugin",