From 955a86e2c5b941c046c5deafcde9349bca2cbf57 Mon Sep 17 00:00:00 2001 From: wujunchen Date: Thu, 14 May 2026 10:22:16 +0800 Subject: [PATCH] chore: bump version to 1.0.22 Change-Id: Ic89af734cc2d560485f1a2b116ac763b7765c927 --- manifest.json | 2 +- versions.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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" }