diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-03-01 22:54:09 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-03-01 22:54:09 +0300 |
commit | 243c305e5a9398b3e0d846b9b131aac307cd6fd1 (patch) | |
tree | 04b0ac74efac46b33e37a454131b9185a7f6bbde /src | |
parent | Fixed bypass to twitter bug #71 (diff) | |
download | libredirect-243c305e5a9398b3e0d846b9b131aac307cd6fd1.zip |
Updated packages. Bump version to 1.4.6
Diffstat (limited to 'src')
-rw-r--r-- | src/manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manifest.json b/src/manifest.json index 53b7a518..b6fe23f7 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", - "version": "1.4.5", + "version": "1.4.6", "manifest_version": 2, "background": { "page": "pages/background/background.html", |