Skip to content

Commit

Permalink
Update IPA to 198
Browse files Browse the repository at this point in the history
  • Loading branch information
acquitelol committed Oct 1, 2023
1 parent f9ffa27 commit 602a472
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_197.0_49832.ipa";
Constants.IPA_FETCH_LINK = "https://ipa.aspy.dev/discord/testflight/Discord_198.0_50360.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_197.0_49832.ipa";
static IPA_FETCH_LINK = "https://ipa.aspy.dev/discord/testflight/Discord_198.0_50360.ipa";
}

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

0 comments on commit 602a472

Please sign in to comment.