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,7 +1,7 @@
|
|||
{
|
||||
"id": "float-search",
|
||||
"name": "Floating Search",
|
||||
"version": "4.2.0",
|
||||
"version": "4.3.0",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "You can use search view in modal/leaf/popout window now.",
|
||||
"author": "Boninall",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "float-search",
|
||||
"version": "4.2.0",
|
||||
"version": "4.3.0",
|
||||
"description": "You can use search view in modal/leaf/popout window now.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -33,5 +33,6 @@
|
|||
"4.0.0": "0.15.0",
|
||||
"4.1.0": "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