Skip to content

Commit

Permalink
Update to 219
Browse files Browse the repository at this point in the history
  • Loading branch information
acquitelol committed Mar 2, 2024
1 parent b3f6cb0 commit ee7e1d6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified Patches/Optional/flowercord.deb
Binary file not shown.
Binary file modified Patches/Required/SideloadFix.deb
Binary file not shown.
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_218.0_55395.ipa";
Constants.IPA_FETCH_LINK = "https://ipa.aspy.dev/discord/testflight/Discord_219.0_55568.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_218.0_55395.ipa";
static IPA_FETCH_LINK = "https://ipa.aspy.dev/discord/testflight/Discord_219.0_55641.ipa";
}

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

0 comments on commit ee7e1d6

Please sign in to comment.