From 6519633459bbcdf0c8811db3d206061f0fa6da25 Mon Sep 17 00:00:00 2001 From: wujunchen Date: Tue, 16 Jun 2026 10:08:56 +0800 Subject: [PATCH] chore: bump version to 1.0.24 Change-Id: I6ada16f42f4f76781e25783493fbf6da88a640c1 --- manifest.json | 2 +- versions.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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" }