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