From 795169f942ade78107c655ab66197fe7bcd67885 Mon Sep 17 00:00:00 2001 From: Jesse Hines Date: Sat, 23 May 2026 10:54:08 -0400 Subject: [PATCH] 2.1.0 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index cc7f379..8999b0d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "open-tab-settings", "name": "Open Tab Settings", - "version": "2.0.3", + "version": "2.1.0", "minAppVersion": "1.8.3", "description": "Adds options to customize how tabs are opened, including open in new tab by default, preventing duplicate tabs, and more.", "author": "jesse-r-s-hines", diff --git a/package-lock.json b/package-lock.json index 86f23bc..dfd4554 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-open-tab-settings", - "version": "2.0.3", + "version": "2.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-open-tab-settings", - "version": "2.0.3", + "version": "2.1.0", "license": "MIT", "dependencies": { "monkey-around": "^3.0.0" diff --git a/package.json b/package.json index f396ea5..a984d0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-open-tab-settings", - "version": "2.0.3", + "version": "2.1.0", "description": "Add settings to open in new tab by default and prevent duplicate tabs.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index d8ea318..187c491 100644 --- a/versions.json +++ b/versions.json @@ -33,5 +33,6 @@ "2.0.0": "1.8.3", "2.0.1": "1.8.3", "2.0.2": "1.8.3", - "2.0.3": "1.8.3" + "2.0.3": "1.8.3", + "2.1.0": "1.8.3" } \ No newline at end of file