From a283cb588a44f67be994d8dfae3760cbecda030d Mon Sep 17 00:00:00 2001 From: fancivez Date: Sat, 2 May 2026 13:52:53 +0800 Subject: [PATCH] chore: bump version to 1.0.12 Change-Id: I25e04737ba455e13c9809f517444df430c582c56 --- manifest.json | 2 +- versions.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index b7df67b..f032449 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "parallel-reader", "name": "Parallel Reader", - "version": "1.0.11", + "version": "1.0.12", "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 822e76f..f956315 100644 --- a/versions.json +++ b/versions.json @@ -10,5 +10,6 @@ "1.0.8": "1.4.0", "1.0.9": "1.4.0", "1.0.10": "1.4.0", - "1.0.11": "1.4.0" + "1.0.11": "1.4.0", + "1.0.12": "1.4.0" }