diff --git a/apps/smart-review-plugin/manifest.json b/apps/smart-review-plugin/manifest.json index 751ac32..3d5495b 100644 --- a/apps/smart-review-plugin/manifest.json +++ b/apps/smart-review-plugin/manifest.json @@ -1,7 +1,7 @@ { "id": "smart-review", "name": "Smart Review", - "version": "0.1.0", + "version": "0.1.1", "minAppVersion": "1.5.0", "description": "Review center for Properties and YAML frontmatter with spaced feedback, history, and AI payload export.", "author": "Jayce", diff --git a/apps/smart-review-plugin/versions.json b/apps/smart-review-plugin/versions.json index 708016d..fc3147a 100644 --- a/apps/smart-review-plugin/versions.json +++ b/apps/smart-review-plugin/versions.json @@ -1,3 +1,4 @@ { - "0.1.0": "1.5.0" + "0.1.0": "1.5.0", + "0.1.1": "1.5.0" } diff --git a/manifest.json b/manifest.json index 751ac32..3d5495b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "smart-review", "name": "Smart Review", - "version": "0.1.0", + "version": "0.1.1", "minAppVersion": "1.5.0", "description": "Review center for Properties and YAML frontmatter with spaced feedback, history, and AI payload export.", "author": "Jayce", diff --git a/versions.json b/versions.json index 708016d..fc3147a 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "0.1.0": "1.5.0" + "0.1.0": "1.5.0", + "0.1.1": "1.5.0" }