From 65cb81730a31ecdae4364b616a4df193beeeda30 Mon Sep 17 00:00:00 2001 From: wujunchen Date: Sun, 3 May 2026 10:46:43 +0800 Subject: [PATCH] chore: bump version to 1.0.16 Change-Id: Ic4e1e043af1256b8a9de7d0dac47160643724649 --- manifest.json | 2 +- versions.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 499d65d..95b5319 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "parallel-reader", "name": "Parallel Reader", - "version": "1.0.15", + "version": "1.0.16", "minAppVersion": "1.7.2", "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 6808820..b849e20 100644 --- a/versions.json +++ b/versions.json @@ -14,5 +14,6 @@ "1.0.12": "1.4.0", "1.0.13": "1.4.0", "1.0.14": "1.4.0", - "1.0.15": "1.7.2" + "1.0.15": "1.7.2", + "1.0.16": "1.7.2" }