mirror of
https://github.com/kdnk/obsidian-automatic-linker.git
synced 2026-07-22 05:37:46 +00:00
chore: update minimum app version to 1.8.0 in manifest and versions files
This commit is contained in:
parent
79e7fee56b
commit
952c605755
2 changed files with 38 additions and 38 deletions
|
|
@ -2,8 +2,8 @@
|
|||
"id": "automatic-linker",
|
||||
"name": "Automatic Linker",
|
||||
"version": "1.3.1",
|
||||
"minAppVersion": "0.18.0",
|
||||
"minAppVersion": "1.8.0",
|
||||
"description": "Automatically converts plain text file references into Obsidian wiki links (i.e. `[[...]]`)",
|
||||
"author": "Kodai Nakamura",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,39 +3,39 @@
|
|||
"0.0.2": "0.15.0",
|
||||
"0.0.3": "0.15.0",
|
||||
"0.0.4": "0.15.0",
|
||||
"0.0.5": "0.18.0",
|
||||
"0.0.6": "0.18.0",
|
||||
"0.0.7": "0.18.0",
|
||||
"0.0.8": "0.18.0",
|
||||
"0.0.9": "0.18.0",
|
||||
"0.0.10": "0.18.0",
|
||||
"0.0.11": "0.18.0",
|
||||
"0.0.12": "0.18.0",
|
||||
"0.1.0": "0.18.0",
|
||||
"0.2.0": "0.18.0",
|
||||
"0.3.0": "0.18.0",
|
||||
"0.4.0": "0.18.0",
|
||||
"0.5.0": "0.18.0",
|
||||
"0.6.0": "0.18.0",
|
||||
"0.7.0": "0.18.0",
|
||||
"0.8.0": "0.18.0",
|
||||
"0.9.0": "0.18.0",
|
||||
"0.10.0": "0.18.0",
|
||||
"0.10.1": "0.18.0",
|
||||
"0.11.0": "0.18.0",
|
||||
"0.12.0": "0.18.0",
|
||||
"0.12.1": "0.18.0",
|
||||
"0.12.2": "0.18.0",
|
||||
"0.12.3": "0.18.0",
|
||||
"0.12.4": "0.18.0",
|
||||
"0.12.5": "0.18.0",
|
||||
"0.12.6": "0.18.0",
|
||||
"0.12.7": "0.18.0",
|
||||
"1.0.0": "0.18.0",
|
||||
"1.1.0": "0.18.0",
|
||||
"1.2.0": "0.18.0",
|
||||
"1.2.1": "0.18.0",
|
||||
"1.2.2": "0.18.0",
|
||||
"1.3.0": "0.18.0",
|
||||
"1.3.1": "0.18.0"
|
||||
}
|
||||
"0.0.5": "1.8.0",
|
||||
"0.0.6": "1.8.0",
|
||||
"0.0.7": "1.8.0",
|
||||
"0.0.8": "1.8.0",
|
||||
"0.0.9": "1.8.0",
|
||||
"0.0.10": "1.8.0",
|
||||
"0.0.11": "1.8.0",
|
||||
"0.0.12": "1.8.0",
|
||||
"0.1.0": "1.8.0",
|
||||
"0.2.0": "1.8.0",
|
||||
"0.3.0": "1.8.0",
|
||||
"0.4.0": "1.8.0",
|
||||
"0.5.0": "1.8.0",
|
||||
"0.6.0": "1.8.0",
|
||||
"0.7.0": "1.8.0",
|
||||
"0.8.0": "1.8.0",
|
||||
"0.9.0": "1.8.0",
|
||||
"0.10.0": "1.8.0",
|
||||
"0.10.1": "1.8.0",
|
||||
"0.11.0": "1.8.0",
|
||||
"0.12.0": "1.8.0",
|
||||
"0.12.1": "1.8.0",
|
||||
"0.12.2": "1.8.0",
|
||||
"0.12.3": "1.8.0",
|
||||
"0.12.4": "1.8.0",
|
||||
"0.12.5": "1.8.0",
|
||||
"0.12.6": "1.8.0",
|
||||
"0.12.7": "1.8.0",
|
||||
"1.0.0": "1.8.0",
|
||||
"1.1.0": "1.8.0",
|
||||
"1.2.0": "1.8.0",
|
||||
"1.2.1": "1.8.0",
|
||||
"1.2.2": "1.8.0",
|
||||
"1.3.0": "1.8.0",
|
||||
"1.3.1": "1.8.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue