Skip to content

Commit

Permalink
Ready for 3.5.2 update
Browse files Browse the repository at this point in the history
  • Loading branch information
quentin-st committed May 1, 2015
1 parent f2a0457 commit 38e21d3
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 49
versionName "3.5.1"
versionCode 50
versionName "3.5.2"
}

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 = 5.8;
public static final double VERSION = 5.9;
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 @@ -50,3 +50,4 @@ android:versionName
3.5-beta4 | 47 | 5.6 | beta
3.5 | 48 | 5.7 |
3.5.1 | 49 | 5.8 |
3.5.2 | 50 | 5.9 |

0 comments on commit 38e21d3

Please sign in to comment.