mirror of
https://github.com/fancive/obsidian-parallel-reader.git
synced 2026-07-22 06:53:43 +00:00
Workspace.revealLeaf was added in Obsidian 1.7.2 but the plugin has been declaring minAppVersion 1.4.0 since 1.0.0. Update the manifest and pin 1.0.15 in versions.json so the install gate reflects reality. Older release entries in versions.json remain at 1.4.0 to avoid retroactively changing their published compat declaration. Change-Id: I1fa8c02770b4e88f9f1e1b31835adf4d4af5d718
18 lines
313 B
JSON
18 lines
313 B
JSON
{
|
|
"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",
|
|
"1.0.9": "1.4.0",
|
|
"1.0.10": "1.4.0",
|
|
"1.0.11": "1.4.0",
|
|
"1.0.12": "1.4.0",
|
|
"1.0.13": "1.4.0",
|
|
"1.0.14": "1.4.0",
|
|
"1.0.15": "1.7.2"
|
|
}
|