Skip to content

Commit

Permalink
Merge pull request #11 from gatheringhallstudios/develop
Browse files Browse the repository at this point in the history
V1.0.2
  • Loading branch information
JosephMichels committed Jul 20, 2016
2 parents 0e1cd2d + 2f9c4ac commit edaac4f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Expand Up @@ -12,8 +12,8 @@ android {
//1.00 = Version Code: 1 = Released 7-14-2016
//1.0.1 = Version Code: 2

versionCode 2
versionName "1.0.1"
versionCode 3
versionName "1.0.2"

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
Expand Down
Binary file modified app/src/main/assets/databases/mhgen.db.zip
Binary file not shown.
Expand Up @@ -60,7 +60,7 @@ class MonsterHunterDatabaseHelper extends SQLiteAssetHelper {
private static MonsterHunterDatabaseHelper mInstance = null;

private static final String DATABASE_NAME = "mhgen.db";
private static final int DATABASE_VERSION = 2;
private static final int DATABASE_VERSION = 3;

private final Context myContext;
private SQLiteDatabase myDataBase;
Expand Down
11 changes: 8 additions & 3 deletions app/src/main/res/xml/changelog_master.xml
@@ -1,10 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>

<release version="1.0.2" versioncode="3">
<change>Added missing key quests</change>
<change>Fixed issue with quest list</change>
</release>

<release version="1.0.1" versioncode="2">
<change>Fix Subquest Rewards</change>
<change>Fix Monster Quest Bug</change>
<change>Add Alternate State Damages</change>
<change>Fixed subquest rewards</change>
<change>Fixed monster quest bug</change>
<change>Added alternate state damages</change>
</release>

<release version="1.0.0" versioncode="1">
Expand Down

0 comments on commit edaac4f

Please sign in to comment.