From c30f18dc1b4a31688ea4fe51acd8b1c3861eba8b Mon Sep 17 00:00:00 2001 From: Vinfall <91039000+Vinfall@users.noreply.github.com> Date: Sun, 7 Apr 2024 11:20:11 +0800 Subject: [PATCH] feat: bump to 3.5.0 --- README.md | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2065e93..453c0dd 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Other useful information: - [ ] Update packages & fix vulnerabilities (WIP) - [ ] Remove deprecated packages & move to alternatives -- [ ] Rebase on latest submodules +- [x] Rebase on latest submodules - [ ] Merge more PR - [ ] Rebrand to avoid confusion (WIP) - [ ] Sign extension to surpress Firefox warning diff --git a/manifest.json b/manifest.json index 9cd087a..8d2e85f 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "default_locale": "en", - "version": "3.4.1", + "version": "3.5.0", "manifest_version": 2, "icons": { "48": "icons/icon.svg",