Skip to content

Commit

Permalink
Move version to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodeflayer committed Jul 2, 2020
1 parent 0227bbd commit e2e034d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ I have not fully vetted the logic for all locations. I am looking for help in th

## Installation
In order to install on Android you will have to "side-load" the APK from Github. On most modern Android platforms you can follow these steps:
1. Navigate to the latest release page on the Android device you want to install the app on. Current release is [0.9.1](https://github.com/thecodeflayer/alttp-tracker/releases/tag/0.9.1)
1. Navigate to the latest release page on the Android device you want to install the app on. Current release is [0.9.2](https://github.com/thecodeflayer/alttp-tracker/releases/tag/0.9.2)
2. Under the Assets section, click on the APK file listed on the release page.
3. You will typically receive a warning about APK files harming your device. You will need to confirm download.
4. Once downloaded, click on the downloaded APK file.
Expand Down
4 changes: 2 additions & 2 deletions app/App_Resources/Android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="__PACKAGE__"
android:versionCode="10014"
android:versionName="0.9.1">
android:versionCode="10015"
android:versionName="0.9.2">

<supports-screens
android:smallScreens="true"
Expand Down
2 changes: 1 addition & 1 deletion app/components/ModelManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export class ModelManager {
items = {};
dungeons = {};
map = {};
appVersion = '0.9.1'
appVersion = '0.9.2'
itemsVersion = '0.0.1';
dungeonsVersion = '0.0.2';
mapVersion = '0.0.1';
Expand Down

0 comments on commit e2e034d

Please sign in to comment.