From b1e35fc8fcee873729d2b9878fc530c11bbbd2d3 Mon Sep 17 00:00:00 2001 From: wujunchen Date: Mon, 27 Apr 2026 10:46:01 +0800 Subject: [PATCH] chore: bump version to 1.0.3 Change-Id: I58a40e2a7037c83bed96f30af077c096314160f2 --- manifest.json | 2 +- versions.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index b31cd27..6535ee1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "parallel-reader", "name": "Parallel Reader", - "version": "1.0.2", + "version": "1.0.3", "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 37f751a..4a6da64 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "1.0.0": "1.4.0", "1.0.1": "1.4.0", - "1.0.2": "1.4.0" + "1.0.2": "1.4.0", + "1.0.3": "1.4.0" }