From ae60ff2289f82192899d2bf77624673cb7b32cad Mon Sep 17 00:00:00 2001 From: William So Date: Wed, 26 Jul 2023 23:11:40 +0800 Subject: [PATCH] 1.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 0e1d5b50..cb48f6a0 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": "1.0.2", + "version": "1.1.0", "authorUrl": "https://github.com/polyipseity", "id": "modules", "isDesktopOnly": false, diff --git a/package-lock.json b/package-lock.json index fdc79f25..625293a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-modules", - "version": "1.0.2", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-modules", - "version": "1.0.2", + "version": "1.1.0", "funding": [ { "type": "Buy Me a Coffee", diff --git a/package.json b/package.json index 7018a652..bd7c62d5 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "sideEffects": false, "style": "styles.css", "type": "module", - "version": "1.0.2", + "version": "1.1.0", "workspaces": [ ".", "build/*" diff --git a/versions.json b/versions.json index 403d6dc5..a8f7fb1c 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "1.0.0": "1.2.8", "1.0.1": "1.2.8", - "1.0.2": "1.2.8" + "1.0.2": "1.2.8", + "1.1.0": "1.2.8" } \ No newline at end of file