From 552dd4110973340ab4aa4dece5c8a1c13f754720 Mon Sep 17 00:00:00 2001 From: wujunchen Date: Mon, 27 Apr 2026 19:08:13 +0800 Subject: [PATCH] chore: bump version to 1.0.7 Change-Id: Id06610a41ee7664e29f0b3f2894e2270b36649b7 --- manifest.json | 2 +- versions.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 3c30a63..cf12f8f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "parallel-reader", "name": "Parallel Reader", - "version": "1.0.6", + "version": "1.0.7", "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 ecd8bbc..3f30717 100644 --- a/versions.json +++ b/versions.json @@ -5,5 +5,6 @@ "1.0.3": "1.4.0", "1.0.4": "1.4.0", "1.0.5": "1.4.0", - "1.0.6": "1.4.0" + "1.0.6": "1.4.0", + "1.0.7": "1.4.0" }