diff options
author | Ajay Ramachandran <[email protected]> | 2021-06-23 22:23:23 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2021-06-23 22:23:23 -0400 |
commit | e9b0fae747fd5d23750dc402773abbd6240c0f53 (patch) | |
tree | 6aee39feed64c550ebb56ff8f14ead4ab647cc68 | |
parent | 693997d35121becef883548cea40ec74d2b15902 (diff) | |
download | SponsorBlock-e9b0fae747fd5d23750dc402773abbd6240c0f53.tar.gz SponsorBlock-e9b0fae747fd5d23750dc402773abbd6240c0f53.zip |
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 53e87021..4ca2ae37 100644 --- a/manifest/manifest.json +++ b/manifest/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_fullName__", "short_name": "SponsorBlock", - "version": "2.1.0.1", + "version": "2.1.0.2", "default_locale": "en", "description": "__MSG_Description__", "content_scripts": [{ |