From 97db81b5c826f16eaeb55f5f7309cd8ae996edcf Mon Sep 17 00:00:00 2001 From: fancivez Date: Sat, 2 May 2026 15:38:41 +0800 Subject: [PATCH] chore: bump version to 1.0.14 Change-Id: Id0f8fc86c95ec2ab5ad841dcfe60c1af71b1407b --- manifest.json | 2 +- versions.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 0b4c2cd..f595061 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "parallel-reader", "name": "Parallel Reader", - "version": "1.0.13", + "version": "1.0.14", "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 b9433f4..24fbd6e 100644 --- a/versions.json +++ b/versions.json @@ -12,5 +12,6 @@ "1.0.10": "1.4.0", "1.0.11": "1.4.0", "1.0.12": "1.4.0", - "1.0.13": "1.4.0" + "1.0.13": "1.4.0", + "1.0.14": "1.4.0" }