diff --git a/manifest.json b/manifest.json index f595061..e3150ce 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "parallel-reader", "name": "Parallel Reader", - "version": "1.0.14", + "version": "1.0.15", "minAppVersion": "1.4.0", "description": "AI-powered split-view reading: source note on the left, LLM-generated summary cards on the right with scroll-sync highlighting.", "author": "lancivez", diff --git a/versions.json b/versions.json index 24fbd6e..98fa0ab 100644 --- a/versions.json +++ b/versions.json @@ -13,5 +13,6 @@ "1.0.11": "1.4.0", "1.0.12": "1.4.0", "1.0.13": "1.4.0", - "1.0.14": "1.4.0" + "1.0.14": "1.4.0", + "1.0.15": "1.4.0" }