From fa432f6834c9106126a85c1069f48bccd29628dd Mon Sep 17 00:00:00 2001 From: Andrew S Date: Mon, 4 Mar 2024 17:53:41 -0600 Subject: [PATCH] V1.2.25 --- 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 aeeccb7d..76f0724a 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.24", + "version": "1.2.25", "author": "Andrew S", "options_ui": { "page": "player/options/index.html", diff --git a/package.json b/package.json index e3d46fc8..70beac41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "faststream", - "version": "1.2.24", + "version": "1.2.25", "description": "Stream videos without buffering", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",