From c7eeba52d58cd7eb7219e51f40cf2ee059d73d3d Mon Sep 17 00:00:00 2001 From: Andrew S Date: Mon, 27 Nov 2023 14:25:09 -0600 Subject: [PATCH] V1.2.6 --- chrome/manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chrome/manifest.json b/chrome/manifest.json index e2c2cecc..0402ad66 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.5", + "version": "1.2.6", "author": "Andrew S", "options_ui": { "page": "options/options.html", diff --git a/package.json b/package.json index 93d37abd..f464e87d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "faststream", - "version": "1.2.5", + "version": "1.2.6", "description": "Stream without buffering", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",