diff --git a/src/js/HuesCore.js b/src/js/HuesCore.js index 379a166..610e6e1 100644 --- a/src/js/HuesCore.js +++ b/src/js/HuesCore.js @@ -109,7 +109,7 @@ class HuesCore { }; // Bunch-o-initialisers - this.version = 37; + this.version = 38; this.versionStr = (this.version/10).toFixed(1); this.versionHex = this.version.toString(16); this.beatIndex = 0; diff --git a/src/js/HuesSettings.js b/src/js/HuesSettings.js index 043497e..0458764 100644 --- a/src/js/HuesSettings.js +++ b/src/js/HuesSettings.js @@ -51,7 +51,7 @@ const defaultSettings = { fullAuto: true, // The remote respack listing JSON endpoint // NOTE: Any packs referenced need CORS enabled or loads fail - packsURL: "https://cdn.0x40.ga/getRespacks.php", + packsURL: "https://cdn.0x40hu.es/getRespacks.php", // If set, will disable the remote resources menu. For custom pages. disableRemoteResources: false, // You will rarely want to change this. Enables/disables the Hues Window.