diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-10-18 23:55:11 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-10-18 23:55:11 +0300 |
commit | 4e379b0623cebb9d92ce06f38939eb3c71b29108 (patch) | |
tree | ca5b32f5785723eeec715dda762bc221170385c4 /src/manifest.json | |
parent | Translated using Weblate (Finnish) (diff) | |
download | libredirect-4e379b0623cebb9d92ce06f38939eb3c71b29108.zip |
Added clip support to SafeTwitch https://github.com/libredirect/browser_extension/issues/833
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 c4915f6e..3a6e3c65 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", - "version": "2.8.0", + "version": "2.8.1", "manifest_version": 2, "browser_specific_settings": { "gecko": { |