Set minAppVersion to 1.8.7, which I have tested on locally

This commit is contained in:
Jacob Williams 2025-02-21 13:17:53 -08:00
parent 1292b3cced
commit 998f69d095
2 changed files with 7 additions and 7 deletions

View file

@ -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",

View file

@ -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"
}