Update VersionSpoofer.xm

This commit is contained in:
arichorn 2023-08-01 21:41:40 -05:00 committed by GitHub
parent 6688de6214
commit 2f5680513d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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