mirror of
https://github.com/quorafind/Obsidian-Float-Search.git
synced 2026-07-22 07:30:25 +00:00
chore: bump version
This commit is contained in:
parent
1a24fbc036
commit
ceeed1dae7
3 changed files with 4 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "float-search",
|
||||
"name": "Floating Search",
|
||||
"version": "2.9.0",
|
||||
"version": "3.0.0",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "You can use search view in modal now.",
|
||||
"author": "Boninall",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "float-search",
|
||||
"version": "2.9.0",
|
||||
"version": "3.0.0",
|
||||
"description": "You can use search view in modal now.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -6,5 +6,6 @@
|
|||
"2.6.0": "0.15.0",
|
||||
"2.7.0": "0.15.0",
|
||||
"2.8.0": "0.15.0",
|
||||
"2.9.0": "0.15.0"
|
||||
"2.9.0": "0.15.0",
|
||||
"3.0.0": "0.15.0"
|
||||
}
|
||||
Loading…
Reference in a new issue