diff options
author | Ajay Ramachandran <[email protected]> | 2020-01-10 22:22:55 -0500 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2020-01-10 22:22:55 -0500 |
commit | bf90d2a8e64661c7fe1772758e2b27aa37bd6971 (patch) | |
tree | 314e9a9d71c3fbe044674e7d078143045adc5439 | |
parent | 36c4ebda65d24e5eaeefac92e17df9e56d6f5186 (diff) | |
download | SponsorBlock-bf90d2a8e64661c7fe1772758e2b27aa37bd6971.tar.gz SponsorBlock-bf90d2a8e64661c7fe1772758e2b27aa37bd6971.zip |
Increase version number
-rw-r--r-- | manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 57548cc5..c7798630 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_fullName__", "short_name": "__MSG_Name__", - "version": "1.2.2", + "version": "1.2.3", "default_locale": "en", "description": "__MSG_Description__", "content_scripts": [ |