Skip to content

Commit

Permalink
bump ver
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliesSurviving authored Oct 4, 2024
1 parent 7c2d7c5 commit 7e4eb8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Application/Dopamine/Jailbreak/DOEnvironmentManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -356,10 +356,10 @@ - (BOOL)isArm64e
- (NSString *)versionSupportString
{
if ([self isArm64e]) {
return @"iOS 15.0 - 16.5.1 (arm64e), v2.2.2-Nightly.5";
return @"iOS 15.0 - 16.5.1 (arm64e), v2.2.2-Nightly.6";
}
else {
return @"iOS 15.0 - 16.6.1 (arm64), v2.2.2-Nightly.5";
return @"iOS 15.0 - 16.6.1 (arm64), v2.2.2-Nightly.6";
}
}

Expand Down

0 comments on commit 7e4eb8d

Please sign in to comment.