diff options
author | Ajay Ramachandran <[email protected]> | 2020-10-15 13:54:40 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2020-10-15 13:54:40 -0400 |
commit | 896dc602cda54aa3e7c9246dba790f9540bf2cd9 (patch) | |
tree | 497141bac150cf6ff6e8ef50a17cbb1631c87129 | |
parent | c6e24c87b116919bb05600ead0b8433fd31eb549 (diff) | |
parent | f59d8035d8e13447ca87ee52cb3a50804fa044a7 (diff) | |
download | SponsorBlock-896dc602cda54aa3e7c9246dba790f9540bf2cd9.tar.gz SponsorBlock-896dc602cda54aa3e7c9246dba790f9540bf2cd9.zip |
Merge pull request #512 from ajayyy/experimental2.0.8
Increase version number
-rw-r--r-- | manifest/manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest/manifest.json b/manifest/manifest.json index 4c5b36a6..d5afd661 100644 --- a/manifest/manifest.json +++ b/manifest/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_fullName__", "short_name": "SponsorBlock", - "version": "2.0.7", + "version": "2.0.8", "default_locale": "en", "description": "__MSG_Description__", "content_scripts": [{ |