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