diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-02-06 18:05:15 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-02-06 18:05:15 +0300 |
commit | 5f45e0b09cc24ff3c3559f763e221b7557e4b48b (patch) | |
tree | b4ba94947dc8bbb29df5f6fddc0d4e67f10d1c1e /src/manifest.json | |
parent | services: Fix `anonymousOverflow` redirect (diff) | |
download | libredirect-5f45e0b09cc24ff3c3559f763e221b7557e4b48b.zip |
Fixed AnonymousOverflow answers linking problem https://github.com/libredirect/libredirect/pull/619. Fixed Freetube https://github.com/libredirect/libredirect/issues/621
Diffstat (limited to 'src/manifest.json')
-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 4ca1d051..2b51953c 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", - "version": "2.5.1", + "version": "2.5.2", "manifest_version": 2, "browser_specific_settings": { "gecko": { |