Skip to content

Commit

Permalink
Version nr update
Browse files Browse the repository at this point in the history
  • Loading branch information
JoostvDoorn committed May 9, 2016
1 parent 1e1fba6 commit cd2f89e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/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="com.joostvdoorn.glutenvrij"
android:versionCode="5"
android:versionName="1.03">
android:versionCode="6"
android:versionName="1.04">
<uses-sdk android:minSdkVersion="9"/>
<uses-permission android:name="android.permission.INTERNET"></uses-permission>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class GlutenvrijActivity extends TrackedActivity implements View.OnClickL
protected static final String NAME = "Homescreen";
private static final int SETTINGS_ID = Menu.FIRST;
private static final int ABOUT_ID = Menu.FIRST + 1;
public static final String VERSION_NAME = "1.03";
public static final String VERSION_NAME = "1.04";

/** Called when the activity is first created. */
@Override
Expand Down

0 comments on commit cd2f89e

Please sign in to comment.