Skip to content

Commit

Permalink
update to 207 :3
Browse files Browse the repository at this point in the history
  • Loading branch information
acquitelol committed Dec 2, 2023
1 parent 260a6c2 commit b5a8326
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_203.0_51684.ipa";
Constants.IPA_FETCH_LINK = "https://ipa.aspy.dev/discord/testflight/Discord_207.0_52588.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_203.0_51684.ipa";
static IPA_FETCH_LINK = "https://ipa.aspy.dev/discord/testflight/Discord_207.0_52588.ipa";
}

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

0 comments on commit b5a8326

Please sign in to comment.