From bd982060862533894e425fbccff7ee3582f171a8 Mon Sep 17 00:00:00 2001 From: William So Date: Thu, 6 Jun 2024 19:22:15 +0800 Subject: [PATCH] 2.4.3 Signed-off-by: William So --- manifest.json | 2 +- package-lock.json | 6 +++--- package.json | 2 +- versions.json | 3 ++- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index f11955c..3e6142d 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,7 @@ "Buy Me a Coffee": "https://buymeacoffee.com/polyipseity", "GitHub Sponsors": "https://github.com/sponsors/polyipseity" }, - "version": "2.4.2", + "version": "2.4.3", "authorUrl": "https://github.com/polyipseity", "id": "modules", "isDesktopOnly": false, diff --git a/package-lock.json b/package-lock.json index 611bbbc..462cd49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-modules", - "version": "2.4.2", + "version": "2.4.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-modules", - "version": "2.4.2", + "version": "2.4.3", "funding": [ { "type": "Buy Me a Coffee", @@ -6427,4 +6427,4 @@ } } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index b6719cd..9489aac 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "sideEffects": false, "style": "styles.css", "type": "module", - "version": "2.4.2", + "version": "2.4.3", "workspaces": [ ".", "build/*" diff --git a/versions.json b/versions.json index 7a4dcac..1b89aa7 100644 --- a/versions.json +++ b/versions.json @@ -9,5 +9,6 @@ "2.3.0": "1.2.8", "2.4.0": "1.2.8", "2.4.1": "1.2.8", - "2.4.2": "1.2.8" + "2.4.2": "1.2.8", + "2.4.3": "1.2.8" } \ No newline at end of file