chore: bump version to 1.0.12

Change-Id: I25e04737ba455e13c9809f517444df430c582c56
This commit is contained in:
fancivez 2026-05-02 13:52:53 +08:00 committed by wujunchen
parent 76d2e8050a
commit a283cb588a
2 changed files with 3 additions and 2 deletions

View file

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

@ -10,5 +10,6 @@
"1.0.8": "1.4.0",
"1.0.9": "1.4.0",
"1.0.10": "1.4.0",
"1.0.11": "1.4.0"
"1.0.11": "1.4.0",
"1.0.12": "1.4.0"
}