diff options
author | Ajay Ramachandran <[email protected]> | 2021-06-01 23:19:26 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2021-06-01 23:19:26 -0400 |
commit | df48705b67e4b4f9386c05098075865223447367 (patch) | |
tree | a69565866a096031aaf8430e41fa34779e9627f7 | |
parent | 2e1b17f8bdeba7c3242ab8575234f46908e66ad1 (diff) | |
download | SponsorBlock-df48705b67e4b4f9386c05098075865223447367.tar.gz SponsorBlock-df48705b67e4b4f9386c05098075865223447367.zip |
Increase version number2.0.17
-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 e85d881f..a3d31e9b 100644 --- a/manifest/manifest.json +++ b/manifest/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_fullName__", "short_name": "SponsorBlock", - "version": "2.0.16.2", + "version": "2.0.17", "default_locale": "en", "description": "__MSG_Description__", "content_scripts": [{ |