chore: bump version to 1.0.11

Change-Id: I1a24c7e05011ff320eccfd5e917ec3793fa3164e
This commit is contained in:
fancivez 2026-05-02 13:11:27 +08:00 committed by wujunchen
parent c10c641949
commit d1f36d52a0
2 changed files with 3 additions and 2 deletions

View file

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

@ -9,5 +9,6 @@
"1.0.7": "1.4.0",
"1.0.8": "1.4.0",
"1.0.9": "1.4.0",
"1.0.10": "1.4.0"
"1.0.10": "1.4.0",
"1.0.11": "1.4.0"
}