diff --git a/chrome/manifest.json b/chrome/manifest.json index 0402ad66..f23bc1b2 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -3,7 +3,7 @@ "default_locale": "en", "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", - "version": "1.2.6", + "version": "1.2.7", "author": "Andrew S", "options_ui": { "page": "options/options.html", diff --git a/package.json b/package.json index f464e87d..49b4faa3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "faststream", - "version": "1.2.6", + "version": "1.2.7", "description": "Stream without buffering", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",