Skip to content

Commit

Permalink
Update to 218
Browse files Browse the repository at this point in the history
  • Loading branch information
acquitelol committed Feb 20, 2024
1 parent a04a2f1 commit e58782e
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_217.0_55086.ipa";
Constants.IPA_FETCH_LINK = "https://ipa.aspy.dev/discord/testflight/Discord_218.0_55395.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_217.0_55086.ipa";
static IPA_FETCH_LINK = "https://ipa.aspy.dev/discord/testflight/Discord_218.0_55395.ipa";
}

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

0 comments on commit e58782e

Please sign in to comment.