Skip to content

Commit

Permalink
Ready for 3.6.5-beta7 update
Browse files Browse the repository at this point in the history
  • Loading branch information
quentin-st committed Nov 19, 2015
1 parent 7bb7483 commit 79a46e7
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 @@ -24,8 +24,8 @@ android {
applicationId "com.chteuchteu.munin"
minSdkVersion 14
targetSdkVersion 23
versionCode 62
versionName "3.6.5-beta6"
versionCode 63
versionName "3.6.5-beta7"
}

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 = 7.1;
public static final double VERSION = 7.2;
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 @@ -64,3 +64,4 @@
60 | 3.6.5-beta4| 6.9 | beta
61 | 3.6.5-beta5| 7.0 | beta
62 | 3.6.5-beta6| 7.1 | beta
63 | 3.6.5-beta7| 7.2 | beta

0 comments on commit 79a46e7

Please sign in to comment.