diff --git a/manifest.json b/manifest.json index 956bf0d..b825ea5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "parallel-reader", "name": "Parallel Reader", - "version": "1.0.21", + "version": "1.0.22", "minAppVersion": "1.8.7", "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 7007fa1..c6e6c0d 100644 --- a/versions.json +++ b/versions.json @@ -20,5 +20,6 @@ "1.0.18": "1.8.7", "1.0.19": "1.8.7", "1.0.20": "1.8.7", - "1.0.21": "1.8.7" + "1.0.21": "1.8.7", + "1.0.22": "1.8.7" }