diff options
author | Ajay Ramachandran <[email protected]> | 2020-02-11 21:01:35 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2020-02-11 21:01:35 -0500 |
commit | 7143d7532d0f2fd814e9a6afdd18e932922fde22 (patch) | |
tree | c71822597aca54f2e72ffcc1a0a5058c7e875c09 | |
parent | 1f10bdf59301998e6aeb32e5c111e6a597798ad2 (diff) | |
download | SponsorBlock-7143d7532d0f2fd814e9a6afdd18e932922fde22.tar.gz SponsorBlock-7143d7532d0f2fd814e9a6afdd18e932922fde22.zip |
Increase version number1.2.13
-rw-r--r-- | manifest/manifest.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifest/manifest.json b/manifest/manifest.json index e188c986..7de46a8c 100644 --- a/manifest/manifest.json +++ b/manifest/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_fullName__", "short_name": "__MSG_Name__", - "version": "1.2.12", + "version": "1.2.13", "default_locale": "en", "description": "__MSG_Description__", "content_scripts": [{ @@ -67,4 +67,4 @@ "open_in_tab": true }, "manifest_version": 2 -}
\ No newline at end of file +} |