Skip to content

Commit

Permalink
Update version to 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ZimbiX committed Sep 23, 2021
1 parent 1a1a0dc commit 0415d11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extension/contentScript.js
Original file line number Diff line number Diff line change
@@ -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/*
Expand Down
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 0415d11

Please sign in to comment.