diff options
author | Ajay Ramachandran <[email protected]> | 2020-12-14 22:32:37 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2020-12-14 22:32:37 -0500 |
commit | a8714409a682181785fa57c2848c59f34d81ab5d (patch) | |
tree | 27d310d88680423a1d36c50954611e5510e4dbb6 /manifest | |
parent | ae6130259bbcf560798f191348a2d6189a435e32 (diff) | |
download | SponsorBlock-a8714409a682181785fa57c2848c59f34d81ab5d.tar.gz SponsorBlock-a8714409a682181785fa57c2848c59f34d81ab5d.zip |
Increase version number
Diffstat (limited to 'manifest')
-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 2cfd9bce..a25a2a51 100644 --- a/manifest/manifest.json +++ b/manifest/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_fullName__", "short_name": "SponsorBlock", - "version": "2.0.9", + "version": "2.0.10", "default_locale": "en", "description": "__MSG_Description__", "content_scripts": [{ |