Skip to content

Commit

Permalink
Ready for 4.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
quentin-st committed Mar 19, 2016
1 parent c3308b3 commit 6e2a214
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions muninforAndroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android {
applicationId "com.chteuchteu.munin"
minSdkVersion 14
targetSdkVersion 23
versionCode 66
versionName "4.0.1"
versionCode 67
versionName "4.0.2"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class MuninFoo {

private String userAgent;

public static final double VERSION = 7.5;
public static final double VERSION = 7.6;
private static final boolean FORCE_NOT_PREMIUM = false;

public boolean premium;
Expand Down
1 change: 1 addition & 0 deletions versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,4 @@
64 | 3.6.5-beta8| 7.3 | beta
65 | 4.0 | 7.4 |
66 | 4.0.1 | 7.5 |
67 | 4.0.2 | 7.6 |

0 comments on commit 6e2a214

Please sign in to comment.