Skip to content

Commit

Permalink
Update to 220
Browse files Browse the repository at this point in the history
  • Loading branch information
acquitelol committed Mar 5, 2024
1 parent ee7e1d6 commit 18b6d80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ class States extends Colors {
}
class Constants {
}
Constants.IPA_FETCH_LINK = "https://ipa.aspy.dev/discord/testflight/Discord_219.0_55568.ipa";
Constants.IPA_FETCH_LINK = "https://ipa.aspy.dev/discord/testflight/Discord_220.0_56071.ipa";
export { Shell, Colors, Divider, States, Constants };
2 changes: 1 addition & 1 deletion constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class States extends Colors {
}

class Constants {
static IPA_FETCH_LINK = "https://ipa.aspy.dev/discord/testflight/Discord_219.0_55641.ipa";
static IPA_FETCH_LINK = "https://ipa.aspy.dev/discord/testflight/Discord_220.0_56071.ipa";
}

export { Shell, Colors, Divider, States, Constants };
Expand Down

0 comments on commit 18b6d80

Please sign in to comment.