chore: bump version to 1.0.8

Change-Id: I0eedef0d4ad19f84f189f8c95a4a1f69b6d09eb4
This commit is contained in:
wujunchen 2026-04-27 20:27:52 +08:00
parent 0801b644f6
commit f8bf0f99ca
2 changed files with 17 additions and 16 deletions

View file

@ -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
}

View file

@ -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"
}