chore: bump version

This commit is contained in:
Keath Milligan 2025-11-18 22:07:37 -06:00
parent fffeead4a8
commit 73506e74b6
No known key found for this signature in database
GPG key ID: D98D37E8D3A8825C
3 changed files with 4 additions and 3 deletions

View file

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

View file

@ -3,5 +3,6 @@
"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.1": "0.15.0",
"1.2.2": "0.15.0"
}