Skip to content

Commit

Permalink
Release 0.7.3
Browse files Browse the repository at this point in the history
Merge branch 'develop'
  • Loading branch information
ifoche committed May 4, 2018
2 parents 23be438 + 8ac4a05 commit a2a0913
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
@Database(name = DbDhis.NAME, version = DbDhis.VERSION)
public final class DbDhis {
public static final String NAME = "dhis";
public static final int VERSION = 5;
public static final int VERSION = 6;
}
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId "org.hisp.dhis.android.dashboard"
minSdkVersion 15
targetSdkVersion 25
versionCode 10
versionName "0.7.2"
versionCode 11
versionName "0.7.3"
}

compileOptions {
Expand Down

0 comments on commit a2a0913

Please sign in to comment.