mirror of
https://github.com/brokensandals/obsidian-paste-quote-plugin.git
synced 2026-07-22 05:37:56 +00:00
Set minAppVersion to 1.8.7, which I have tested on locally
This commit is contained in:
parent
1292b3cced
commit
998f69d095
2 changed files with 7 additions and 7 deletions
|
|
@ -2,7 +2,7 @@
|
|||
"id": "paste-quote",
|
||||
"name": "Paste Quote",
|
||||
"version": "1.3.0",
|
||||
"minAppVersion": "0.15.0",
|
||||
"minAppVersion": "1.8.7",
|
||||
"description": "Helps with formatting and generating citations when pasting quotes from the clipboard.",
|
||||
"author": "Jacob Williams",
|
||||
"authorUrl": "https://brokensandals.net",
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"1.0.0": "0.15.0",
|
||||
"1.0.1": "0.15.0",
|
||||
"1.1.0": "0.15.0",
|
||||
"1.1.1": "0.15.0",
|
||||
"1.2.0": "0.15.0",
|
||||
"1.3.0": "0.15.0"
|
||||
"1.0.0": "1.8.7",
|
||||
"1.0.1": "1.8.7",
|
||||
"1.1.0": "1.8.7",
|
||||
"1.1.1": "1.8.7",
|
||||
"1.2.0": "1.8.7",
|
||||
"1.3.0": "1.8.7"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue