chore: bump version to 1.0.6

Change-Id: Icc2aa02d42c7ffe32c1b6cc5ae8b2ea995460a3f
This commit is contained in:
wujunchen 2026-04-27 17:21:07 +08:00
parent 1fff3cb343
commit ea5f440ca5
2 changed files with 3 additions and 2 deletions

View file

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

@ -4,5 +4,6 @@
"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.5": "1.4.0",
"1.0.6": "1.4.0"
}