diff --git a/CHANGELOG.md b/CHANGELOG.md index bc6d0c3..83a755a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file. - Add `eslint` with `unicorn`, `jsdoc`, `no-unsanitized` plugins - Import `extension.css` as layer via css +- Update git url from `gitea.usrspace.at` to `git.usrspace.at` ### 🐛 Bug Fixes diff --git a/package-lock.json b/package-lock.json index 8fb65ca..126fca7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "usrspace-browser-addon", - "version": "0.9.3", + "version": "0.9.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "usrspace-browser-addon", - "version": "0.9.3", + "version": "0.9.4", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 4ab8fdb..e777293 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "usrspace-browser-addon", "description": "WebExtension for the Hacker-/Maker-Space /usr/space", - "version": "0.9.3", + "version": "0.9.4", "dependencies": { "webextension-polyfill": "^0.10.0" }, diff --git a/src/manifest.json b/src/manifest.json index a782e23..dbb7ae4 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", - "version": "0.9.3", + "version": "0.9.4", "icons": { "48": "icons/favicon.svg", "96": "icons/favicon.svg"