diff options
author | Ajay Ramachandran <[email protected]> | 2019-07-23 19:58:30 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2019-07-23 19:58:30 -0400 |
commit | e8ff6171eb6f38e4d852ad73b015301ccbb9a769 (patch) | |
tree | 00c694d7817b297a0637f54626d8cb09d28e45cb | |
parent | b7764fc6340a235d6fef15a0b6cd91bd156232b9 (diff) | |
download | SponsorBlock-e8ff6171eb6f38e4d852ad73b015301ccbb9a769.tar.gz SponsorBlock-e8ff6171eb6f38e4d852ad73b015301ccbb9a769.zip |
Updated version number
-rw-r--r-- | firefox_manifest.json | 4 | ||||
-rw-r--r-- | manifest.json | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/firefox_manifest.json b/firefox_manifest.json index 4a4c608d..642c4a3e 100644 --- a/firefox_manifest.json +++ b/firefox_manifest.json @@ -1,8 +1,8 @@ { "name": "SponsorBlock - YouTube Sponsorship Blocker", "short_name": "SponsorBlock", - "version": "1.0", - "description": "Skip youtube video sponsors.", + "version": "1.0.1", + "description": "Skip over sponsorship on YouTube videos. Report sponsors on videos you watch to save the time of others.", "content_scripts": [ { "matches": [ diff --git a/manifest.json b/manifest.json index 836ffb28..25c1104f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "name": "SponsorBlock - YouTube Sponsorship Blocker", "short_name": "SponsorBlock", - "version": "1.0", - "description": "Skip YouTube video sponsors.", + "version": "1.0.1", + "description": "Skip over sponsorship on YouTube videos. Report sponsors on videos you watch to save the time of others.", "content_scripts": [ { "matches": [ |