diff --git a/manifest.json b/manifest.json index 134bbe5..353851f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "parallel-reader", "name": "Parallel Reader", - "version": "1.0.23", + "version": "1.0.24", "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 61a7e1c..fb9654a 100644 --- a/versions.json +++ b/versions.json @@ -22,5 +22,6 @@ "1.0.20": "1.8.7", "1.0.21": "1.8.7", "1.0.22": "1.8.7", - "1.0.23": "1.8.7" + "1.0.23": "1.8.7", + "1.0.24": "1.8.7" }