Skip to content

Commit 206f751

Browse files
committed
v0.3.34
1 parent 1809b39 commit 206f751

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-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.33",
6+
"version": "0.3.34",
77
"main": "./main.js",
88
"repository": {
99
"type": "git",

changelog.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"unreleased": [],
33
"releases": {
4+
"0.3.34": [
5+
"[Fixed] Fixed a bug when loading the Kactus state after focusing the window"
6+
],
47
"0.3.33": [
58
"[Improved] Add loading indicator when parsing Sketch files when ckecking out a branch",
69
"[Improved] Clearer menu label for reverting commits",

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.33",
3+
"version": "0.3.34",
44
"skpm": {
55
"description": "A proper version control tool for designers",
66
"main": "../out/plugin.sketchplugin",

0 commit comments

Comments
 (0)