diff options
author | Ajay Ramachandran <[email protected]> | 2020-04-10 00:08:49 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2020-04-10 00:08:49 -0400 |
commit | 2f78f3187401fd6dbf4f724b5ebdc077e47d9141 (patch) | |
tree | e9452560a08b53f2bc3793195225de33355aeaab | |
parent | 74a4ef0692add473ada9e7da95ac7c579fd26ea5 (diff) | |
download | SponsorBlock-2f78f3187401fd6dbf4f724b5ebdc077e47d9141.tar.gz SponsorBlock-2f78f3187401fd6dbf4f724b5ebdc077e47d9141.zip |
Increased 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 b02fe4ca..a72a4819 100644 --- a/manifest/manifest.json +++ b/manifest/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_fullName__", "short_name": "__MSG_Name__", - "version": "1.2.24", + "version": "1.2.25", "default_locale": "en", "description": "__MSG_Description__", "content_scripts": [{ |