From ed10a8ba29b62184510c732390d84c9fb6f04e65 Mon Sep 17 00:00:00 2001 From: mathieudutour Date: Fri, 22 Jul 2022 09:38:55 +0200 Subject: [PATCH] version 0.3.35 --- app/package.json | 2 +- changelog.json | 1 + plugin/package.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/package.json b/app/package.json index b4d433d96..603b6aafa 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.34", + "version": "0.3.35", "main": "./main.js", "repository": { "type": "git", diff --git a/changelog.json b/changelog.json index 2e14484dc..37fff0a01 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,7 @@ { "unreleased": [], "releases": { + "0.3.35": ["[Fixed] Fixed parsing page names that contain multiple `/`"], "0.3.34": [ "[Fixed] Fixed a bug when loading the Kactus state after focusing the window" ], diff --git a/plugin/package.json b/plugin/package.json index e257ce5e0..a6faada5e 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "kactus", - "version": "0.3.34", + "version": "0.3.35", "skpm": { "description": "A proper version control tool for designers", "main": "../out/plugin.sketchplugin",