From 185f4fd146c6b41e8bc33ad2c781eebe8bee152f Mon Sep 17 00:00:00 2001 From: wujunchen Date: Mon, 27 Apr 2026 13:02:11 +0800 Subject: [PATCH] chore: bump version to 1.0.5 Change-Id: Iaa1c3718557ab936d10ebcc659c245a9ebb8f801 --- manifest.json | 2 +- versions.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 14e77dd..bb1c454 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "parallel-reader", "name": "Parallel Reader", - "version": "1.0.4", + "version": "1.0.5", "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 b837255..31be45c 100644 --- a/versions.json +++ b/versions.json @@ -3,5 +3,6 @@ "1.0.1": "1.4.0", "1.0.2": "1.4.0", "1.0.3": "1.4.0", - "1.0.4": "1.4.0" + "1.0.4": "1.4.0", + "1.0.5": "1.4.0" }