From f8bf0f99ca7c264f1c34a3f2e558ebe19806e669 Mon Sep 17 00:00:00 2001 From: wujunchen Date: Mon, 27 Apr 2026 20:27:52 +0800 Subject: [PATCH] chore: bump version to 1.0.8 Change-Id: I0eedef0d4ad19f84f189f8c95a4a1f69b6d09eb4 --- manifest.json | 16 ++++++++-------- versions.json | 17 +++++++++-------- 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/manifest.json b/manifest.json index cf12f8f..60999df 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { - "id": "parallel-reader", - "name": "Parallel Reader", - "version": "1.0.7", - "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", - "fundingUrl": "https://github.com/fancive", - "isDesktopOnly": true + "id": "parallel-reader", + "name": "Parallel Reader", + "version": "1.0.8", + "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", + "fundingUrl": "https://github.com/fancive", + "isDesktopOnly": true } diff --git a/versions.json b/versions.json index 3f30717..f592f6f 100644 --- a/versions.json +++ b/versions.json @@ -1,10 +1,11 @@ { - "1.0.0": "1.4.0", - "1.0.1": "1.4.0", - "1.0.2": "1.4.0", - "1.0.3": "1.4.0", - "1.0.4": "1.4.0", - "1.0.5": "1.4.0", - "1.0.6": "1.4.0", - "1.0.7": "1.4.0" + "1.0.0": "1.4.0", + "1.0.1": "1.4.0", + "1.0.2": "1.4.0", + "1.0.3": "1.4.0", + "1.0.4": "1.4.0", + "1.0.5": "1.4.0", + "1.0.6": "1.4.0", + "1.0.7": "1.4.0", + "1.0.8": "1.4.0" }