From 7ea44b093257115fe6c4a14367a77f039c592d2a Mon Sep 17 00:00:00 2001 From: mbnuqw Date: Sat, 24 Sep 2022 23:00:30 +0500 Subject: [PATCH] v5.0.0b27 --- package.json | 2 +- src/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fd5632a99..7a7b66013 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sidebery", - "version": "5.0.0b26", + "version": "5.0.0b27", "description": "Manage your tabs and bookmarks in sidebar", "main": "index.js", "scripts": { diff --git a/src/manifest.json b/src/manifest.json index 5eef1e8dc..3308eaf76 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -9,7 +9,7 @@ }, "author": "mbnuqw", "name": "__MSG_ExtName__", - "version": "5.0.0b26", + "version": "5.0.0b27", "default_locale": "en", "description": "__MSG_ExtDesc__", "homepage_url": "https://github.com/mbnuqw/sidebery",