From fe962fc01b5f91ae9ab1a5aaa0b938d53a31d092 Mon Sep 17 00:00:00 2001 From: William So Date: Wed, 6 Sep 2023 20:27:32 +0800 Subject: [PATCH] 2.1.0 Signed-off-by: William So --- 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 ac19c99..85fbafc 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.0.0", + "version": "2.1.0", "authorUrl": "https://github.com/polyipseity", "id": "modules", "isDesktopOnly": false, diff --git a/package-lock.json b/package-lock.json index d625835..dc4435a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-modules", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-modules", - "version": "2.0.0", + "version": "2.1.0", "funding": [ { "type": "Buy Me a Coffee", diff --git a/package.json b/package.json index 13246c0..56c083e 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "sideEffects": false, "style": "styles.css", "type": "module", - "version": "2.0.0", + "version": "2.1.0", "workspaces": [ ".", "build/*" diff --git a/versions.json b/versions.json index a854e85..dab6de7 100644 --- a/versions.json +++ b/versions.json @@ -3,5 +3,6 @@ "1.0.1": "1.2.8", "1.0.2": "1.2.8", "1.1.0": "1.2.8", - "2.0.0": "1.2.8" + "2.0.0": "1.2.8", + "2.1.0": "1.2.8" } \ No newline at end of file