Bump version, update README screenshot

This commit is contained in:
Keath Milligan 2025-08-23 18:33:28 -05:00
parent f659fb0144
commit 2a1e1bb462
No known key found for this signature in database
GPG key ID: D98D37E8D3A8825C
4 changed files with 4 additions and 3 deletions

BIN
image.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 374 KiB

After

Width:  |  Height:  |  Size: 253 KiB

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-sample-plugin",
"version": "1.2.0",
"version": "1.2.1",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "dist/main.js",
"scripts": {

View file

@ -2,5 +2,6 @@
"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.0": "0.15.0",
"1.2.1": "0.15.0"
}