Skip to content

Commit

Permalink
Update to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodeflayer committed Jul 25, 2020
1 parent 7cf45fd commit 5e96b5a
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 @@ -17,7 +17,7 @@ First take a look at existing issues and make sure that it hasn't been filed bef
## 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 [1.0.0](https://github.com/thecodeflayer/alttp-tracker/releases/tag/1.0.0)
Current release is [1.1.0](https://github.com/thecodeflayer/alttp-tracker/releases/tag/1.1.0)
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="10020"
android:versionName="1.0.0">
android:versionCode="10021"
android:versionName="1.1.0">

<supports-screens
android:smallScreens="true"
Expand Down
2 changes: 1 addition & 1 deletion app/utils/ModelManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class ModelManager {
gameSaves: DefaultGameSavesData;
editGame: GameEditObj;

appVersion = '1.0.0';
appVersion = '1.1.0';
itemsVersion = '0.0.1';
dungeonsVersion = '0.0.2';
mapVersion = '0.0.1';
Expand Down

0 comments on commit 5e96b5a

Please sign in to comment.