This commit is contained in:
Jesse Hines 2025-05-18 14:39:45 -04:00
parent 93d1ac779c
commit a4522a8b3f
No known key found for this signature in database
4 changed files with 6 additions and 5 deletions

View file

@ -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
View file

@ -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",

View file

@ -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": {

View file

@ -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"
}