chore: bump version to 1.0.3

Change-Id: I58a40e2a7037c83bed96f30af077c096314160f2
This commit is contained in:
wujunchen 2026-04-27 10:46:01 +08:00
parent d75107d84c
commit b1e35fc8fc
2 changed files with 3 additions and 2 deletions

View file

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

View file

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