mirror of
https://github.com/fancive/obsidian-parallel-reader.git
synced 2026-07-22 06:53:43 +00:00
chore: bump version to 1.0.8
Change-Id: I0eedef0d4ad19f84f189f8c95a4a1f69b6d09eb4
This commit is contained in:
parent
0801b644f6
commit
f8bf0f99ca
2 changed files with 17 additions and 16 deletions
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"id": "parallel-reader",
|
||||
"name": "Parallel Reader",
|
||||
"version": "1.0.7",
|
||||
"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",
|
||||
"fundingUrl": "https://github.com/fancive",
|
||||
"isDesktopOnly": true
|
||||
"id": "parallel-reader",
|
||||
"name": "Parallel Reader",
|
||||
"version": "1.0.8",
|
||||
"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",
|
||||
"fundingUrl": "https://github.com/fancive",
|
||||
"isDesktopOnly": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,10 +1,11 @@
|
|||
{
|
||||
"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.4": "1.4.0",
|
||||
"1.0.5": "1.4.0",
|
||||
"1.0.6": "1.4.0",
|
||||
"1.0.7": "1.4.0"
|
||||
"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.4": "1.4.0",
|
||||
"1.0.5": "1.4.0",
|
||||
"1.0.6": "1.4.0",
|
||||
"1.0.7": "1.4.0",
|
||||
"1.0.8": "1.4.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue