diff options
author | Ajay Ramachandran <[email protected]> | 2020-09-16 13:57:14 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2020-09-16 13:57:14 -0400 |
commit | 15da1b86d3b1ee11b617993ae81e5892e1924691 (patch) | |
tree | f4a9a91b148ee036fe3f85741ada74250c56e3f0 | |
parent | cc17ac7d5c5f46ec168c59cc73bd1a24c01ff8e1 (diff) | |
parent | 56fd9b13ab04ec60f8d8204f6a5f871d54240e32 (diff) | |
download | SponsorBlock-2.0.7.tar.gz SponsorBlock-2.0.7.zip |
Merge pull request #478 from ajayyy/expiremental2.0.7
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 3951c39a..4c5b36a6 100644 --- a/manifest/manifest.json +++ b/manifest/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_fullName__", "short_name": "SponsorBlock", - "version": "2.0.6.1", + "version": "2.0.7", "default_locale": "en", "description": "__MSG_Description__", "content_scripts": [{ |