Skip to content

Commit

Permalink
fix: center now alway create new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Postcount CI committed Jan 10, 2024
1 parent bd0951d commit ee807d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "open-gate",
"name": "Open Gate",
"version": "1.10.7",
"version": "1.10.8",
"minAppVersion": "0.15.0",
"description": "Embed any website to Obsidian, you have anything you need in one place. You can browse website and take notes at the same time. e.g. Ask ChatGPT and copy the answer directly to your note.",
"author": "duocnv",
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-open-gate",
"version": "1.10.7",
"version": "1.10.8",
"description": "Embedding any website to Obsidian, from now all, you have anything you need in one place.",
"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 @@ -52,5 +52,6 @@
"1.10.4": "0.15.0",
"1.10.5": "0.15.0",
"1.10.6": "0.15.0",
"1.10.7": "0.15.0"
"1.10.7": "0.15.0",
"1.10.8": "0.15.0"
}

0 comments on commit ee807d8

Please sign in to comment.