mirror of
https://github.com/swartzrock/obsidian-settings-float-plugin.git
synced 2026-07-22 07:48:42 +00:00
chore: bump version to 0.2.1
This commit is contained in:
parent
57d5440777
commit
7f13f570e3
3 changed files with 12 additions and 11 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in a new issue