From 5a79ddf09588b369ac14a467da3a573411b79118 Mon Sep 17 00:00:00 2001 From: Andrew S Date: Sun, 22 Sep 2024 19:32:17 -0500 Subject: [PATCH] V1.3.29 --- 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 17465b80..cc78e28d 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.3.28.1", + "version": "1.3.29", "author": "Andrew S", "options_ui": { "page": "player/options/index.html", diff --git a/package.json b/package.json index 14764a02..7f4db4f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "faststream", - "version": "1.3.28.1", + "version": "1.3.29", "description": "Stream videos without buffering. Fix bad video players on the internet.", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",