Skip to content

Commit

Permalink
Ready for 3.6.1 update
Browse files Browse the repository at this point in the history
  • Loading branch information
quentin-st committed Jun 21, 2015
1 parent ac53eb5 commit 5a22871
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 51
versionName "3.6"
versionCode 52
versionName "3.6.1"
}

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;
public static final double VERSION = 6.1;
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 @@ -53,3 +53,4 @@
49 | 3.5.1 | 5.8 |
50 | 3.5.2 | 5.9 |
51 | 3.6 | 6.0 |
52 | 3.6.1 | 6.1 |

0 comments on commit 5a22871

Please sign in to comment.