Skip to content

Commit b83ff64

Browse files
Release v0.4.0: Remove invalid icon property from manifest
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 6d50b90 commit b83ff64

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

manifest.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
{
22
"id": "semantic-json",
33
"name": "Semantic JSON",
4-
"version": "0.3.0",
4+
"version": "0.4.0",
55
"minAppVersion": "1.5.0",
66
"description": "Turn your canvases into easy no-code JSON data structures. Share with LLMs.",
77
"author": "Zach Battin",
8-
"isDesktopOnly": true,
9-
"icon": "icon.svg"
8+
"isDesktopOnly": true
109
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "semantic-json",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Normalize Canvas JSON with flow sort, hierarchical grouping, and deterministic ordering",
55
"author": "Zach Battin",
66
"main": "main.js",

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"1.0.0": "0.15.0"
2+
"1.0.0": "0.15.0",
3+
"0.4.0": "1.5.0"
34
}

0 commit comments

Comments
 (0)