diff --git a/manifest.json b/manifest.json index 3c30a63..cf12f8f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "parallel-reader", "name": "Parallel Reader", - "version": "1.0.6", + "version": "1.0.7", "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 ecd8bbc..3f30717 100644 --- a/versions.json +++ b/versions.json @@ -5,5 +5,6 @@ "1.0.3": "1.4.0", "1.0.4": "1.4.0", "1.0.5": "1.4.0", - "1.0.6": "1.4.0" + "1.0.6": "1.4.0", + "1.0.7": "1.4.0" }