Skip to content

Commit 89b62c7

Browse files
Select Scotland2 by default ig?
1 parent 4efb978 commit 89b62c7

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

QuestAppVersionSwitcher/Assets/html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ <h3>Patching options</h3>
9090
<br>
9191
<label class="option" style="margin-left: 10px;">
9292
<b>Modloader</b>
93-
<select style="margin-left: 20px; width: auto" class="inline" id="modloader">
93+
<select style="margin-left: 20px; width: auto" class="inline" id="modloader" value="1">
9494
<option value="0">QuestLoader</option>
9595
<option value="1">Scotland2</option>
9696
</select>

QuestAppVersionSwitcher/Properties/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.16.7" package="com.ComputerElite.questappversionswitcher" android:installLocation="preferExternal" android:versionCode="152">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.16.8" package="com.ComputerElite.questappversionswitcher" android:installLocation="preferExternal" android:versionCode="153">
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" />

QuestAppVersionSwitcher/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
// Minor Version
2323
// Build Number
2424
// Revision
25-
[assembly: AssemblyVersion("1.16.7.0")]
26-
[assembly: AssemblyFileVersion("1.16.7.0")]
25+
[assembly: AssemblyVersion("1.16.8.0")]
26+
[assembly: AssemblyFileVersion("1.16.8.0")]

0 commit comments

Comments
 (0)