diff options
author | Ajay Ramachandran <[email protected]> | 2020-06-16 22:00:49 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2020-06-16 22:00:49 -0400 |
commit | 1570bfdd0ad2703f7c553542c53f368d90f3a794 (patch) | |
tree | bf48ea48dadd5f449a979cd061336ac72d1f5037 /manifest | |
parent | e511de9f88b551763f2389051c8375fda7bf53c3 (diff) | |
download | SponsorBlock-1570bfdd0ad2703f7c553542c53f368d90f3a794.tar.gz SponsorBlock-1570bfdd0ad2703f7c553542c53f368d90f3a794.zip |
Fixed missing options from options page
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 cb6388e5..3033948e 100644 --- a/manifest/manifest.json +++ b/manifest/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_fullName__", "short_name": "__MSG_Name__", - "version": "2.0", + "version": "2.0.1", "default_locale": "en", "description": "__MSG_Description__", "content_scripts": [{ |