chore: bump version to 1.0.4

Change-Id: Id5040ec82babe747976121e07b7eabe1f6d82406
This commit is contained in:
wujunchen 2026-04-27 12:11:29 +08:00
parent ff1116d7f4
commit 816b015e56
2 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{
"id": "parallel-reader",
"name": "Parallel Reader",
"version": "1.0.3",
"version": "1.0.4",
"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",

View file

@ -2,5 +2,6 @@
"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.3": "1.4.0",
"1.0.4": "1.4.0"
}