Skip to content

Commit

Permalink
versioncode
Browse files Browse the repository at this point in the history
  • Loading branch information
cyfung1031 committed Jan 4, 2025
1 parent e04f66e commit 87c547e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions GeniusLyrics.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 87c547e

Please sign in to comment.