chore: version 1.4.2

This commit is contained in:
Keath Milligan 2026-06-01 17:54:04 -05:00
parent b20b44f218
commit 02e538218d
No known key found for this signature in database
GPG key ID: D98D37E8D3A8825C
3 changed files with 20 additions and 19 deletions

View file

@ -1,10 +1,10 @@
{
"id": "paste-reformatter",
"name": "Paste Reformatter",
"version": "1.4.0",
"minAppVersion": "0.15.0",
"description": "Reformat pasted text for precise control.",
"author": "Keath Milligan",
"authorUrl": "https://github.com/keathmilligan",
"isDesktopOnly": false
}
"id": "paste-reformatter",
"name": "Paste Reformatter",
"version": "1.4.2",
"minAppVersion": "0.15.0",
"description": "Reformat pasted text for precise control.",
"author": "Keath Milligan",
"authorUrl": "https://github.com/keathmilligan",
"isDesktopOnly": false
}

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-paste-reformatter",
"version": "1.4.0",
"version": "1.4.2",
"description": "Reformat pasted text for precise control.",
"main": "main.js",
"scripts": {

View file

@ -1,10 +1,11 @@
{
"1.0.0": "0.15.0",
"1.1.0": "0.15.0",
"1.1.1": "0.15.0",
"1.2.0": "0.15.0",
"1.2.1": "0.15.0",
"1.2.2": "0.15.0",
"1.3.0": "0.15.0",
"1.4.0": "0.15.0"
}
"1.0.0": "0.15.0",
"1.1.0": "0.15.0",
"1.1.1": "0.15.0",
"1.2.0": "0.15.0",
"1.2.1": "0.15.0",
"1.2.2": "0.15.0",
"1.3.0": "0.15.0",
"1.4.0": "0.15.0",
"1.4.2": "0.15.0"
}