From 5a5baf09107d3ecc37f0d45edac7733f3357a507 Mon Sep 17 00:00:00 2001 From: wujunchen Date: Thu, 14 May 2026 10:15:53 +0800 Subject: [PATCH] chore: bump version to 1.0.21 Change-Id: I1e7f7b914e407009da954ce5b7e5a75f9e90906b --- manifest.json | 2 +- versions.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 5e0a6ad..956bf0d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "parallel-reader", "name": "Parallel Reader", - "version": "1.0.20", + "version": "1.0.21", "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 11f45de..7007fa1 100644 --- a/versions.json +++ b/versions.json @@ -19,5 +19,6 @@ "1.0.17": "1.7.2", "1.0.18": "1.8.7", "1.0.19": "1.8.7", - "1.0.20": "1.8.7" + "1.0.20": "1.8.7", + "1.0.21": "1.8.7" }