From 83dc9b2874c5b06ba35b8fafdaa7aae7f97a8cbc Mon Sep 17 00:00:00 2001 From: fancivez Date: Sat, 2 May 2026 15:54:43 +0800 Subject: [PATCH] chore: bump version to 1.0.15 Change-Id: Idcbf67cc7a2ee535a8d06719b8205ea4b1aa3931 --- manifest.json | 2 +- versions.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index f595061..e3150ce 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "parallel-reader", "name": "Parallel Reader", - "version": "1.0.14", + "version": "1.0.15", "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 24fbd6e..98fa0ab 100644 --- a/versions.json +++ b/versions.json @@ -13,5 +13,6 @@ "1.0.11": "1.4.0", "1.0.12": "1.4.0", "1.0.13": "1.4.0", - "1.0.14": "1.4.0" + "1.0.14": "1.4.0", + "1.0.15": "1.4.0" }