diff --git a/app/package-lock.json b/app/package-lock.json index 58653426e..1172a3d9f 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -1,6 +1,6 @@ { "name": "kactus", - "version": "0.3.16", + "version": "0.3.17", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/app/package.json b/app/package.json index e216ecdbe..95d65302f 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.16", + "version": "0.3.17", "main": "./main.js", "repository": { "type": "git", diff --git a/changelog.json b/changelog.json index 47331cf9c..3b1ed357a 100644 --- a/changelog.json +++ b/changelog.json @@ -1,11 +1,12 @@ { - "unreleased": [ - "[Fixed] When some files starts with the same name, pick the right one", - "[New] Add button to remove a Sketch file", - "[Fixed] Showing the right file when adding a new Sketch file", - "[Fixed] Checking a branch where a sketch file has been deleted" - ], + "unreleased": [], "releases": { + "0.3.17": [ + "[Fixed] When some files starts with the same name, pick the right one", + "[New] Add button to remove a Sketch file", + "[Fixed] Showing the right file when adding a new Sketch file", + "[Fixed] Checking a branch where a sketch file has been deleted" + ], "0.3.16": [ "[Fixed] When the network is unavailable, fall back to the previous account status" ], diff --git a/plugin/package-lock.json b/plugin/package-lock.json index fd74588c9..e8cfca04f 100644 --- a/plugin/package-lock.json +++ b/plugin/package-lock.json @@ -1,6 +1,6 @@ { "name": "kactus", - "version": "0.3.16", + "version": "0.3.17", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/plugin/package.json b/plugin/package.json index 34eb36945..785c341d2 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "kactus", - "version": "0.3.16", + "version": "0.3.17", "skpm": { "description": "A proper version control tool for designers", "main": "../out/plugin.sketchplugin",