mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-19 14:02:08 +00:00
Update VersionSpoofer.xm
This commit is contained in:
parent
6688de6214
commit
2f5680513d
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ static BOOL version42() {
|
|||
NSURL *versionURL = [NSURL URLWithString:@"https://raw.githubusercontent.com/arichorn/YTAppVersionSpoofer-WIP/main/version.txt"];
|
||||
NSString *latestVersion = [NSString stringWithContentsOfURL:versionURL encoding:NSUTF8StringEncoding error:nil];
|
||||
|
||||
return latestVersion ?: @"18.25.1";
|
||||
return latestVersion ?: @"18.30.6";
|
||||
}
|
||||
%end
|
||||
%end
|
||||
|
|
|
|||
Loading…
Reference in a new issue