From a76febe012c5998ce92b6ae853467346a91d6e84 Mon Sep 17 00:00:00 2001 From: Andrew S Date: Mon, 11 Dec 2023 10:12:13 -0600 Subject: [PATCH] V1.2.10 --- 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 e3eaecb8..09ac0454 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.9", + "version": "1.2.10", "author": "Andrew S", "options_ui": { "page": "player/options/index.html", diff --git a/package.json b/package.json index 7cc29f0d..e763a481 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "faststream", - "version": "1.2.9", + "version": "1.2.10", "description": "Stream without buffering", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",