diff --git a/chrome/manifest.json b/chrome/manifest.json index 769735be..412b2c84 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.13", + "version": "1.3.14", "author": "Andrew S", "options_ui": { "page": "player/options/index.html", diff --git a/package.json b/package.json index 5051666e..2e09e65f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "faststream", - "version": "1.3.13", + "version": "1.3.14", "description": "Stream videos without buffering. Fix bad video players on the internet.", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",