Update manifest

This commit is contained in:
Keath Milligan 2025-04-26 14:48:15 -05:00
parent e064ec61b2
commit 83716e7901
No known key found for this signature in database
GPG key ID: D98D37E8D3A8825C
2 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{
"id": "paste-reformatter",
"name": "Paste Reformatter",
"version": "1.0.0",
"version": "1.1.0",
"minAppVersion": "0.15.0",
"description": "Reformat pasted text for precise control.",
"author": "Keath Milligan",

View file

@ -1,3 +1,4 @@
{
"1.0.0": "0.15.0"
"1.0.0": "0.15.0",
"1.1.0": "0.15.0"
}