From 7f13f570e3769fa93c9ae225c4c5105daabc2bf3 Mon Sep 17 00:00:00 2001 From: Jason Swartz Date: Mon, 15 Jun 2026 18:22:13 -0700 Subject: [PATCH] chore: bump version to 0.2.1 --- manifest.json | 16 ++++++++-------- package.json | 2 +- versions.json | 5 +++-- 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/manifest.json b/manifest.json index d9237ca..2a04739 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { - "id": "settings-float", - "name": "Settings Float", - "version": "0.2.0", - "minAppVersion": "1.6.0", - "description": "Makes the Settings, Theme, and Community Plugins dialogs movable and resizable.", - "author": "Jason Swartz", - "authorUrl": "https://github.com/swartzrock", - "isDesktopOnly": true + "id": "settings-float", + "name": "Settings Float", + "version": "0.2.1", + "minAppVersion": "1.6.0", + "description": "Makes the Settings, Theme, and Community Plugins dialogs movable and resizable.", + "author": "Jason Swartz", + "authorUrl": "https://github.com/swartzrock", + "isDesktopOnly": true } \ No newline at end of file diff --git a/package.json b/package.json index 44f72a9..8869a30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "settings-float", - "version": "0.2.0", + "version": "0.2.1", "description": "Obsidian plugin that makes Settings and catalog dialogs movable and resizable.", "license": "MIT", "author": "Jason Swartz", diff --git a/versions.json b/versions.json index 2055dfe..91a5834 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { - "0.1.0": "1.6.0", - "0.2.0": "1.6.0" + "0.1.0": "1.6.0", + "0.2.0": "1.6.0", + "0.2.1": "1.6.0" } \ No newline at end of file