Skip to content

Commit

Permalink
version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieudutour committed Jul 6, 2017
1 parent f836b9e commit 0f9043f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"productName": "Kactus",
"bundleID": "io.kactus.KactusClient",
"companyName": "Kactus.io",
"version": "0.1.2",
"version": "0.1.3",
"main": "./main.js",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"unreleased": [],
"releases": {
"0.1.3": [
"[Fixed] Previews on sketch 45",
"[New] Refresh opened sketch files when importing one",
"[New] Add export and import plugin commands",
"[Fixed] Fix size of changed files list"
],
"0.1.2": [
"[New] Automatically parse sketch files when changed",
"[Improved] Directly show text diff for document.json"
Expand Down
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kactus",
"version": "0.1.0",
"version": "0.1.3",
"description": "Kactus plugin",
"main": "../out/plugin.sketchplugin",
"scripts": {
Expand Down

0 comments on commit 0f9043f

Please sign in to comment.