diff options
-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 +} |