Skip to content

Commit

Permalink
Ready for 4.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
quentin-st committed Mar 18, 2016
1 parent 5ddbb51 commit c8e55d2
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 65
versionName "4.0"
versionCode 66
versionName "4.0.1"

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.4;
public static final double VERSION = 7.5;
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 @@ -67,3 +67,4 @@
63 | 3.6.5-beta7| 7.2 | beta
64 | 3.6.5-beta8| 7.3 | beta
65 | 4.0 | 7.4 |
66 | 4.0.1 | 7.5 |

0 comments on commit c8e55d2

Please sign in to comment.