mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
bump dev version
This commit is contained in:
parent
f2cfcbfb5d
commit
a16ae8fae1
3 changed files with 13 additions and 13 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue