Skip to content

Commit

Permalink
Fix js bruh
Browse files Browse the repository at this point in the history
  • Loading branch information
ComputerElite committed Apr 20, 2024
1 parent 962ab20 commit aae1966
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion QuestAppVersionSwitcher/Assets/html/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fetch("/api/downgrade/usediff").then(res => res.json().then(res => {
if(diffDowngradeEnabled) {
setTimeout(() => {
UpdateDowngrades()
}, 2500
}, 2500)
}
ReloadDowngradeIFrame();
}))
Expand Down
2 changes: 1 addition & 1 deletion QuestAppVersionSwitcher/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.15.21" package="com.ComputerElite.questappversionswitcher" android:installLocation="preferExternal" android:versionCode="142">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.15.22" package="com.ComputerElite.questappversionswitcher" android:installLocation="preferExternal" android:versionCode="143">
<uses-sdk android:minSdkVersion="28" android:targetSdkVersion="32" />
<uses-permission android:name="oculus.permission.handtracking" />
<uses-permission android:name="com.oculus.permission.HAND_TRACKING" />
Expand Down
4 changes: 2 additions & 2 deletions QuestAppVersionSwitcher/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
// Minor Version
// Build Number
// Revision
[assembly: AssemblyVersion("1.15.21.0")]
[assembly: AssemblyFileVersion("1.15.21.0")]
[assembly: AssemblyVersion("1.15.22.0")]
[assembly: AssemblyFileVersion("1.15.22.0")]

0 comments on commit aae1966

Please sign in to comment.