diff options
author | Ajay Ramachandran <[email protected]> | 2019-07-26 21:44:39 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2019-07-26 21:44:39 -0400 |
commit | 97e202dbd01d11ca00aec5a03a035a472a49174a (patch) | |
tree | ff162ad3ec24bd45f3c2132358cad310122db41c /firefox_manifest.json | |
parent | b3684a8730de6901b7e45896827e2e42622e64a8 (diff) | |
download | SponsorBlock-97e202dbd01d11ca00aec5a03a035a472a49174a.tar.gz SponsorBlock-97e202dbd01d11ca00aec5a03a035a472a49174a.zip |
Fixed bug making player controls only submit integers.
Diffstat (limited to 'firefox_manifest.json')
-rw-r--r-- | firefox_manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox_manifest.json b/firefox_manifest.json index e334b555..4a5fb74a 100644 --- a/firefox_manifest.json +++ b/firefox_manifest.json @@ -1,7 +1,7 @@ { "name": "SponsorBlock - YouTube Sponsorship Blocker", "short_name": "SponsorBlock", - "version": "1.0.7", + "version": "1.0.8", "description": "Skip over sponsorship on YouTube videos. Report sponsors on videos you watch to save the time of others.", "content_scripts": [ { |