Skip to content
This repository has been archived by the owner on Mar 3, 2021. It is now read-only.

Commit

Permalink
Version 1.1B is here
Browse files Browse the repository at this point in the history
  • Loading branch information
RoxyBoxxy committed Aug 23, 2018
1 parent f0a4115 commit a7e8397
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.roxyboxxy.vrchub" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>VRCHub</name>
<widget id="com.roxyboxxy.vrchub" version="1.1.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>VRChat Mobile</name>
<description>
A sample Apache Cordova application that responds to the deviceready event.
</description>
Expand All @@ -9,7 +9,7 @@
</author>
<content src="index.html" />
<plugin name="cordova-plugin-whitelist" spec="1" />
<access origin="https://www.vrchat.net" />
<access origin="https://www.vrchat.net/*" />
<access origin="*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
Expand All @@ -25,4 +25,5 @@
<allow-intent href="itms-apps:*" />
</platform>
<engine name="android" spec="^7.0.0" />
<engine name="browser" spec="^5.0.4" />
</widget>
2 changes: 1 addition & 1 deletion www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<li><a id="logout" class="button fit">Logout</a></li>
<li><a href="#settings" class="button fit">Settings</a></li>
<li>
<a>Version 1.0B, Your a beta user ^.^</a>
<a>Version 1.1B</a>
</li>
</ul>
</nav>
Expand Down

0 comments on commit a7e8397

Please sign in to comment.