From d6053d5527af26fc5cfa907e5ab0f328c94993c2 Mon Sep 17 00:00:00 2001 From: Brendan Weibrecht Date: Sat, 22 May 2021 13:30:07 +1000 Subject: [PATCH] Update version to 2.5.0 --- extension/contentScript.js | 2 +- extension/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extension/contentScript.js b/extension/contentScript.js index 3710aa7..083ff65 100644 --- a/extension/contentScript.js +++ b/extension/contentScript.js @@ -1,7 +1,7 @@ // ==UserScript== // @name YouTube fast fullscreen toggle // @namespace http://tampermonkey.net/ -// @version 2.4.0 +// @version 2.5.0 // @description Avoids the ~3 second lag when entering/exiting fullscreen on a YouTube video - by hiding the heavy fluff while transitioning // @author Brendan Weibrecht // @match https://www.youtube.com/* diff --git a/extension/manifest.json b/extension/manifest.json index 2682796..3f32f5e 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -1,7 +1,7 @@ { "name": "YouTube Fast Fullscreen Toggle", "description": "Avoid the lag when entering/exiting fullscreen on a YouTube video - by hiding the heavy fluff while transitioning", - "version": "2.4.0", + "version": "2.5.0", "manifest_version": 3, "icons": { "128": "icon.png"