Skip to content

Commit

Permalink
Update version to 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodeflayer committed Jul 9, 2020
1 parent 15d615e commit 5684279
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.4](https://github.com/thecodeflayer/alttp-tracker/releases/tag/0.9.4)
1. Navigate to the latest release page on the Android device you want to install the app on. Current release is [0.9.5](https://github.com/thecodeflayer/alttp-tracker/releases/tag/0.9.5)
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
2 changes: 1 addition & 1 deletion app/App_Resources/Android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="__PACKAGE__"
android:versionCode="10017"
android:versionName="0.9.4">
android:versionName="0.9.5">

<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 @@ -23,7 +23,7 @@ export class ModelManager {
items = {};
dungeons = {};
map = {};
appVersion = '0.9.4'
appVersion = '0.9.5'
itemsVersion = '0.0.1';
dungeonsVersion = '0.0.2';
mapVersion = '0.0.1';
Expand Down

0 comments on commit 5684279

Please sign in to comment.