chore: bump version to 0.2.1

This commit is contained in:
Jason Swartz 2026-06-15 18:22:13 -07:00
parent 57d5440777
commit 7f13f570e3
3 changed files with 12 additions and 11 deletions

View file

@ -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
}

View file

@ -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",

View file

@ -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"
}