Update version

This commit is contained in:
Keath Milligan 2025-04-27 23:08:02 -05:00
parent 6d5ab0807f
commit 0a3b45f9cd
No known key found for this signature in database
GPG key ID: D98D37E8D3A8825C
3 changed files with 8 additions and 5 deletions

View file

@ -1,10 +1,10 @@
{
"id": "paste-reformatter",
"name": "Paste Reformatter",
"version": "1.1.1",
"version": "1.2.0",
"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-sample-plugin",
"version": "1.1.1",
"version": "1.2.0",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "dist/main.js",
"scripts": {

View file

@ -1,3 +1,6 @@
{
"1.1.1": "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"
}