Skip to content

Commit

Permalink
Merge pull request #117 from gatheringhallstudios/update
Browse files Browse the repository at this point in the history
Update to version 14.
  • Loading branch information
jaysondc authored Oct 17, 2019
2 parents d391782 + a2cb137 commit 09f186d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android {
applicationId "com.gatheringhallstudios.mhworlddatabase"
minSdkVersion 19
targetSdkVersion 28
versionCode 13
versionName "1.5.1"
versionCode 14
versionName "1.5.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

// We set this to false so vectors get rastered at buildtime.
Expand Down
6 changes: 3 additions & 3 deletions app/src/main/res/raw/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<changelog>
<release
versionCode="13"
versionName="Version 1.5.1">
versionCode="14"
versionName="Version 1.5.2">
<info>
&#9;- Added Nergigante Gamma armor.
[br]&#9;- Updated Weapon Tree display to be more compact.
[br]&#9;- Bug fixes and prep work for ICEBORNE!
[br]&#9;- Bug fixes and database prep for ICEBORNE!
</info>
<info>
[br]Unfortunately ICEBORNE data won't be available to us until after the PC launch. Thank you for your patience!
Expand Down

0 comments on commit 09f186d

Please sign in to comment.