bump dev version

This commit is contained in:
smartfrigde 2023-07-18 20:55:37 +02:00
parent f2cfcbfb5d
commit a16ae8fae1
3 changed files with 13 additions and 13 deletions

View file

@ -30,7 +30,7 @@
text.innerHTML = await internal.getLang("loading_screen_offline");
} else {
text.innerHTML = await internal.getLang("loading_screen_start");
if (window.internal.version === "3.2.1") {
if (window.internal.version === "3.3.0") {
console.log("Running a development build of ArmCord. Skipping updater.");
} else {
const response = await fetch("https://armcord.xyz/latest.json");