diff --git a/index.html b/index.html index 8930e303..88960704 100644 --- a/index.html +++ b/index.html @@ -7991,7 +7991,7 @@ - + diff --git a/modules/dynamic/supporters.js b/modules/dynamic/supporters.js index d35ae3b5..f65caf62 100644 --- a/modules/dynamic/supporters.js +++ b/modules/dynamic/supporters.js @@ -535,4 +535,10 @@ Rob Frantz Driver Tr4v3l3r Cooper Cantrell -Maximilien Bouillot`; +Maximilien Bouillot +J.E. Ellis +Igor +John Todd +burning.rosary +Shane Roppel +Hank Agrippa`; diff --git a/modules/ui/options.js b/modules/ui/options.js index 88dc380b..5ba03102 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.03"); + const {supporters} = await import("../dynamic/supporters.js?v=1.93.08"); const list = supporters.split("\n").sort(); const columns = window.innerWidth < 800 ? 2 : 5;