Skip to content

Commit

Permalink
Ready for 3.6.4 update
Browse files Browse the repository at this point in the history
  • Loading branch information
quentin-st committed Jul 14, 2015
1 parent 93a96ad commit 10b03fb
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 21
versionCode 55
versionName "3.6.3-beta2"
versionCode 56
versionName "3.6.4"
}

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

private String userAgent;

public static final double VERSION = 6.4;
public static final double VERSION = 6.5;
private static final boolean FORCE_NOT_PREMIUM = false;

// Allows an user to test the app until the TRIAL_EXPIRATION date is reached
Expand Down
1 change: 1 addition & 0 deletions versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,4 @@
53 | 3.6.2 | 6.2 |
54 | 3.6.3-beta1| 6.3 | beta
55 | 3.6.3-beta2| 6.4 | beta
56 | 3.6.4 | 6.5 |

0 comments on commit 10b03fb

Please sign in to comment.