diff --git a/index.html b/index.html index 9ad71c88..b21696dd 100644 --- a/index.html +++ b/index.html @@ -8072,7 +8072,7 @@ - + diff --git a/modules/dynamic/supporters.js b/modules/dynamic/supporters.js index 2c608cb4..f50055b1 100644 --- a/modules/dynamic/supporters.js +++ b/modules/dynamic/supporters.js @@ -546,4 +546,32 @@ Noah Morris Phil Karecki Matthew Jarocki Lucius Licinius Lucullus -Andrew Haney`; +Andrew Haney +Noah Morris +Phil Karecki +Matthew Jarocki +Lucius Licinius Lucullus +Andrew Haney +Jesse Luke +Lord_Luce +Neko no Maigo +Hossyboy +Yasui Masatake +Jesse Roy +Remain +Douglas Rector +J Clark +Raine Logan +Matty Ice +DieMuetze +Dan Popoli +Marwyn +Kederalia +Whyse Wytch +Elliyevee +James Miller +Pirate Fish +David Leitner +Vyritecht +emre +Don't mail me`; diff --git a/modules/ui/options.js b/modules/ui/options.js index ea6d7e53..8b9e12a7 100644 --- a/modules/ui/options.js +++ b/modules/ui/options.js @@ -76,7 +76,7 @@ document // show popup with a list of Patreon supportes (updated manually) async function showSupporters() { - const {supporters} = await import("../dynamic/supporters.js?v=1.93.08"); + const {supporters} = await import("../dynamic/supporters.js?v=1.97.14"); const list = supporters.split("\n").sort(); const columns = window.innerWidth < 800 ? 2 : 5;