From 73506e74b6b41db2cdf3d2fbf5c5553f0a0ddddf Mon Sep 17 00:00:00 2001 From: Keath Milligan Date: Tue, 18 Nov 2025 22:07:37 -0600 Subject: [PATCH] chore: bump version --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 3a56043..85cf30f 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index 083782a..1552c75 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/versions.json b/versions.json index 99b2418..dc3780c 100644 --- a/versions.json +++ b/versions.json @@ -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" } \ No newline at end of file