mirror of
https://github.com/jesse-r-s-hines/obsidian-open-tab-settings.git
synced 2026-07-22 05:43:41 +00:00
1.0.10
This commit is contained in:
parent
93d1ac779c
commit
a4522a8b3f
4 changed files with 6 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "open-tab-settings",
|
||||
"name": "Open Tab Settings",
|
||||
"version": "1.0.9",
|
||||
"version": "1.0.10",
|
||||
"minAppVersion": "1.8.3",
|
||||
"description": "Add settings to open in new tab by default and prevent duplicate tabs.",
|
||||
"author": "jesse-r-s-hines",
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "obsidian-open-tab-settings",
|
||||
"version": "1.0.9",
|
||||
"version": "1.0.10",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "obsidian-open-tab-settings",
|
||||
"version": "1.0.9",
|
||||
"version": "1.0.10",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@eslint/js": "^9.27.0",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-open-tab-settings",
|
||||
"version": "1.0.9",
|
||||
"version": "1.0.10",
|
||||
"description": "Add settings to open in new tab by default and prevent duplicate tabs.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -13,5 +13,6 @@
|
|||
"1.0.6": "1.8.3",
|
||||
"1.0.7": "1.8.3",
|
||||
"1.0.8": "1.8.3",
|
||||
"1.0.9": "1.8.3"
|
||||
"1.0.9": "1.8.3",
|
||||
"1.0.10": "1.8.3"
|
||||
}
|
||||
Loading…
Reference in a new issue