mirror of
https://github.com/quorafind/Obsidian-Float-Search.git
synced 2026-07-22 07:30:25 +00:00
chore: bump version to 4.3.0
This commit is contained in:
parent
e3201d9ed6
commit
1e1ee35f9d
3 changed files with 5 additions and 4 deletions
|
|
@ -1,10 +1,10 @@
|
||||||
{
|
{
|
||||||
"id": "float-search",
|
"id": "float-search",
|
||||||
"name": "Floating Search",
|
"name": "Floating Search",
|
||||||
"version": "4.2.0",
|
"version": "4.3.0",
|
||||||
"minAppVersion": "0.15.0",
|
"minAppVersion": "0.15.0",
|
||||||
"description": "You can use search view in modal/leaf/popout window now.",
|
"description": "You can use search view in modal/leaf/popout window now.",
|
||||||
"author": "Boninall",
|
"author": "Boninall",
|
||||||
"authorUrl": "https://github.com/Quorafind",
|
"authorUrl": "https://github.com/Quorafind",
|
||||||
"isDesktopOnly": false
|
"isDesktopOnly": false
|
||||||
}
|
}
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "float-search",
|
"name": "float-search",
|
||||||
"version": "4.2.0",
|
"version": "4.3.0",
|
||||||
"description": "You can use search view in modal/leaf/popout window now.",
|
"description": "You can use search view in modal/leaf/popout window now.",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
|
|
@ -33,5 +33,6 @@
|
||||||
"4.0.0": "0.15.0",
|
"4.0.0": "0.15.0",
|
||||||
"4.1.0": "0.15.0",
|
"4.1.0": "0.15.0",
|
||||||
"4.1.1": "0.15.0",
|
"4.1.1": "0.15.0",
|
||||||
"4.2.0": "0.15.0"
|
"4.2.0": "0.15.0",
|
||||||
|
"4.3.0": "0.15.0"
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue