diff --git a/image.png b/image.png index 8744539..3788b1b 100644 Binary files a/image.png and b/image.png differ diff --git a/manifest.json b/manifest.json index be2ee1c..3a56043 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index abd16e5..083782a 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/versions.json b/versions.json index ebfb92d..99b2418 100644 --- a/versions.json +++ b/versions.json @@ -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" } \ No newline at end of file