From 87c547ed002e13f35a16daff44e3a91e3d873afb Mon Sep 17 00:00:00 2001 From: cyfung1031 <44498510+cyfung1031@users.noreply.github.com> Date: Sat, 4 Jan 2025 14:46:10 +0900 Subject: [PATCH] versioncode --- GeniusLyrics.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/GeniusLyrics.js b/GeniusLyrics.js index bdc89a6..da1db04 100644 --- a/GeniusLyrics.js +++ b/GeniusLyrics.js @@ -3,7 +3,7 @@ // ==UserLibrary== // @name GeniusLyrics // @description Downloads and shows genius lyrics for Tampermonkey scripts -// @version 5.16.3 +// @version 5.16.4 // @license GPL-3.0-or-later; http://www.gnu.org/licenses/gpl-3.0.txt // @copyright 2019, cuzi (cuzi@openmail.cc) and contributors // @supportURL https://github.com/cvzi/genius-lyrics-userscript/issues @@ -47,8 +47,8 @@ if (typeof module !== 'undefined') { function geniusLyrics (custom) { // eslint-disable-line no-unused-vars 'use strict' - const __SELECTION_CACHE_VERSION__ = 8 - const __REQUEST_CACHE_VERSION__ = 8 + const __SELECTION_CACHE_VERSION__ = 9 + const __REQUEST_CACHE_VERSION__ = 9 /** @type {globalThis.PromiseConstructor} */ const Promise = (async () => { })().constructor // YouTube polyfill to Promise in older browsers will make the feature being unstable.