File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -489,9 +489,6 @@ <h2>Upload logs</h2>
489489
490490 function UpdateSupportedBeatSaberVersions ( ) {
491491 return new Promise ( ( resolve , reject ) => {
492- SupportedBeatSaberVersions = [ "1.0.0" ]
493- resolve ( )
494- return
495492 fetch ( "https://computerelite.github.io/tools/Beat_Saber/coreMods.json" ) . then ( res => res . json ( ) . then ( j => {
496493 for ( const [ key , value ] of Object . entries ( j ) ) {
497494 SupportedBeatSaberVersions . push ( key ) ;
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : versionName =" 1.13.19 " package =" com.ComputerElite.questappversionswitcher" android : installLocation =" preferExternal" android : versionCode =" 108 " >
2+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : versionName =" 1.13.20 " package =" com.ComputerElite.questappversionswitcher" android : installLocation =" preferExternal" android : versionCode =" 109 " >
33 <uses-sdk android : minSdkVersion =" 28" android : targetSdkVersion =" 32" />
44 <uses-permission android : name =" oculus.permission.handtracking" />
55 <uses-permission android : name =" com.oculus.permission.HAND_TRACKING" />
Original file line number Diff line number Diff line change 2222// Minor Version
2323// Build Number
2424// Revision
25- [ assembly: AssemblyVersion ( "1.13.19 .0" ) ]
26- [ assembly: AssemblyFileVersion ( "1.13.19 .0" ) ]
25+ [ assembly: AssemblyVersion ( "1.13.29 .0" ) ]
26+ [ assembly: AssemblyFileVersion ( "1.13.20 .0" ) ]
You can’t perform that action at this time.
0 commit comments