Skip to content

Commit ed10a8b

Browse files
committed
version 0.3.35
1 parent e75b8b6 commit ed10a8b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"productName": "Kactus",
44
"bundleID": "io.kactus.KactusClient",
55
"companyName": "Kactus.io",
6-
"version": "0.3.34",
6+
"version": "0.3.35",
77
"main": "./main.js",
88
"repository": {
99
"type": "git",

changelog.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"unreleased": [],
33
"releases": {
4+
"0.3.35": ["[Fixed] Fixed parsing page names that contain multiple `/`"],
45
"0.3.34": [
56
"[Fixed] Fixed a bug when loading the Kactus state after focusing the window"
67
],

plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kactus",
3-
"version": "0.3.34",
3+
"version": "0.3.35",
44
"skpm": {
55
"description": "A proper version control tool for designers",
66
"main": "../out/plugin.sketchplugin",

0 commit comments

Comments
 (0)