Skip to content

Commit

Permalink
Remove obsidian from beta manifest as well
Browse files Browse the repository at this point in the history
  • Loading branch information
catacgc committed Sep 29, 2024
1 parent 01b24a6 commit b8762d8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions manifest-beta.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"id": "tree-search",
"name": "Tree Search",
"version": "0.0.17",
"version": "0.0.18",
"minAppVersion": "0.15.0",
"description": "Quickly search hierarchical line trees in Obsidian",
"description": "Quickly search hierarchical line trees",
"author": "Catalin Costache",
"authorUrl": "https://github.com/catacgc",
"fundingUrl": "https://github.com/sponsors/catacgc",
"isDesktopOnly": false
}
}
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "tree-search",
"name": "Tree Search",
"version": "0.0.17",
"version": "0.0.18",
"minAppVersion": "0.15.0",
"description": "Quickly search hierarchical line trees",
"author": "Catalin Costache",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-tree-search",
"version": "0.0.17",
"version": "0.0.18",
"description": "Quickly search trees of lines in Obsidian",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"0.0.14": "0.15.0",
"0.0.15": "0.15.0",
"0.0.16": "0.15.0",
"0.0.17": "0.15.0"
"0.0.17": "0.15.0",
"0.0.18": "0.15.0"
}

0 comments on commit b8762d8

Please sign in to comment.