mirror of
https://github.com/jsmorabito/obsidian-commander.git
synced 2026-07-22 06:40:31 +00:00
fix: bump minAppVersion to 1.4.4 to match actual API usage
The "reset to default" button in the advanced toolbar settings calls ExtraButtonComponent.setTooltip(), which Obsidian only added in 1.4.4. minAppVersion was still declared as 1.4.0, so that call was already unsupported on 1.4.0-1.4.3 for anyone still on it. This just makes the declared minimum match reality; 1.4.4 predates essentially every currently-active install.
This commit is contained in:
parent
445a378a0d
commit
58e895e7e2
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
"id": "cmdr",
|
||||
"name": "Commander",
|
||||
"version": "0.5.5",
|
||||
"minAppVersion": "1.4.0",
|
||||
"minAppVersion": "1.4.4",
|
||||
"description": "Customize your workspace by adding commands everywhere, create Macros and supercharge your mobile toolbar.",
|
||||
"author": "jsmorabito & phibr0",
|
||||
"authorUrl": "https://github.com/phibr0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue