Skip to content

Commit

Permalink
Ready for 3.6.5-beta5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
quentin-st committed Oct 18, 2015
1 parent 43d5adf commit 771e4b8
Show file tree
Hide file tree
Showing 3 changed files with 5 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 @@ -24,8 +24,8 @@ android {
applicationId "com.chteuchteu.munin"
minSdkVersion 14
targetSdkVersion 23
versionCode 60
versionName "3.6.5-beta4"
versionCode 61
versionName "3.6.5-beta5"
}

buildTypes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class MuninFoo {

private String userAgent;

public static final double VERSION = 6.9;
public static final double VERSION = 7.0;
private static final boolean FORCE_NOT_PREMIUM = false;

public boolean premium;
Expand Down
2 changes: 2 additions & 0 deletions versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,5 @@
57 | 3.6.5-beta1| 6.6 | beta
58 | 3.6.5-beta2| 6.7 | beta
59 | 3.6.5-beta3| 6.8 | beta
60 | 3.6.5-beta4| 6.9 | beta
61 | 3.6.5-beta5| 7.0 | beta

0 comments on commit 771e4b8

Please sign in to comment.