From 0415d11c21ab87d24fc7fc8b2a3931c591b22909 Mon Sep 17 00:00:00 2001 From: Brendan Weibrecht Date: Thu, 23 Sep 2021 21:37:16 +1000 Subject: [PATCH] Update version to 2.7.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 c9ac034..5f6fb75 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.6.0 +// @version 2.7.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 50e1123..9054fdb 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.6.0", + "version": "2.7.0", "manifest_version": 3, "icons": { "128": "icon.png"