From 484986d31746905d3ec95517859a43f730ddad9b Mon Sep 17 00:00:00 2001 From: mbnuqw Date: Tue, 19 Sep 2023 18:04:51 +0500 Subject: [PATCH] v5.0.0 --- package-lock.json | 4 ++-- package.json | 2 +- src/manifest.json | 5 ++--- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 02e5fd99..fd5f8035 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sidebery", - "version": "5.0.0rc5", + "version": "5.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sidebery", - "version": "5.0.0rc5", + "version": "5.0.0", "license": "MIT", "dependencies": { "vue": "3.3.4" diff --git a/package.json b/package.json index b4ad95cc..b67c793a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sidebery", - "version": "5.0.0rc5", + "version": "5.0.0", "description": "Manage your tabs and bookmarks in sidebar", "main": "index.js", "scripts": { diff --git a/src/manifest.json b/src/manifest.json index 21e4e5b0..7c8f1b01 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -3,13 +3,12 @@ "browser_specific_settings": { "gecko": { "id": "{3c078156-979c-498b-8990-85f7987dd929}", - "strict_min_version": "115.0", - "update_url": "https://raw.githubusercontent.com/mbnuqw/sidebery/v5/updates.json" + "strict_min_version": "115.0" } }, "author": "mbnuqw", "name": "__MSG_ExtName__", - "version": "5.0.0rc5", + "version": "5.0.0", "default_locale": "en", "description": "__MSG_ExtDesc__", "homepage_url": "https://github.com/mbnuqw/sidebery",