diff --git a/modules/dynamic/supporters.js b/modules/dynamic/supporters.js index 9c77f524..d35ae3b5 100644 --- a/modules/dynamic/supporters.js +++ b/modules/dynamic/supporters.js @@ -530,4 +530,9 @@ Vector Tragedy yann Blarghle Hargle Jelke Boonstra -afistupmabum`; +afistupmabum +Rob Frantz +Driver +Tr4v3l3r +Cooper Cantrell +Maximilien Bouillot`; diff --git a/modules/ui/options.js b/modules/ui/options.js index 6f437fe4..dde2e176 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.02"); + const {supporters} = await import("../dynamic/supporters.js?v=1.93.03"); const list = supporters.split("\n").sort(); const columns = window.innerWidth < 800 ? 2 : 5;