From c32d47390aec5fc88f20ae564d7c30574c8757b4 Mon Sep 17 00:00:00 2001 From: mbnuqw Date: Wed, 21 Jun 2023 01:56:54 +0500 Subject: [PATCH] v5.0.0b33 --- package.json | 2 +- src/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8c35b3652..4917cc02a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sidebery", - "version": "5.0.0b32", + "version": "5.0.0b33", "description": "Manage your tabs and bookmarks in sidebar", "main": "index.js", "scripts": { diff --git a/src/manifest.json b/src/manifest.json index 1df1799e1..2efe176ba 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -9,7 +9,7 @@ }, "author": "mbnuqw", "name": "__MSG_ExtName__", - "version": "5.0.0b32", + "version": "5.0.0b33", "default_locale": "en", "description": "__MSG_ExtDesc__", "homepage_url": "https://github.com/mbnuqw/sidebery",