From 87a6626c7c33b073120b4854dfe684186698cf40 Mon Sep 17 00:00:00 2001 From: mbnuqw Date: Mon, 11 Jul 2022 23:28:32 +0500 Subject: [PATCH] v5.0.0b25 --- package.json | 2 +- src/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a249714ef..0aaa0f1dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sidebery", - "version": "5.0.0b24", + "version": "5.0.0b25", "description": "Manage your tabs and bookmarks in sidebar", "main": "index.js", "scripts": { diff --git a/src/manifest.json b/src/manifest.json index e57e6e40d..ff4712e31 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -9,7 +9,7 @@ }, "author": "mbnuqw", "name": "__MSG_ExtName__", - "version": "5.0.0b24", + "version": "5.0.0b25", "default_locale": "en", "description": "__MSG_ExtDesc__", "homepage_url": "https://github.com/mbnuqw/sidebery",