From dc03345dc794b992668d42c3fdd5f649aed2d78c Mon Sep 17 00:00:00 2001 From: fancivez Date: Thu, 30 Apr 2026 15:02:06 +0800 Subject: [PATCH] chore: bump version to 1.0.10 Change-Id: I2ba1c339f13e4e40fcaa5c85e911b51b97f19640 --- manifest.json | 2 +- versions.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index ad35320..baa314f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "parallel-reader", "name": "Parallel Reader", - "version": "1.0.9", + "version": "1.0.10", "minAppVersion": "1.4.0", "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 3c6a924..9974e67 100644 --- a/versions.json +++ b/versions.json @@ -8,5 +8,6 @@ "1.0.6": "1.4.0", "1.0.7": "1.4.0", "1.0.8": "1.4.0", - "1.0.9": "1.4.0" + "1.0.9": "1.4.0", + "1.0.10": "1.4.0" }