Skip to content

Commit

Permalink
Update version numbers
Browse files Browse the repository at this point in the history
New database contains fixed card text for cards with the BODYGUARD pattern
  • Loading branch information
fixmycode committed Apr 3, 2015
1 parent fb42401 commit 92135f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "me.fixmycode.wscollector"
minSdkVersion 10
targetSdkVersion 21
versionCode 2
versionName "0.1.1"
versionCode 3
versionName "0.1.2"
}
buildTypes {
release {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
public class DataBrowser extends SQLiteAssetHelper {

public static final String DB_NAME = "ws.db";
public static final int DB_VERSION = 1;
public static final int DB_VERSION = 2;
private static DataBrowser instance;

private DataBrowser(Context context) {
Expand Down

0 comments on commit 92135f5

Please sign in to comment.