Skip to content

Commit

Permalink
Ready for 3.5.1 update
Browse files Browse the repository at this point in the history
  • Loading branch information
quentin-st committed Apr 19, 2015
1 parent b45fcac commit b308bed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 48
versionName "3.5"
versionCode 49
versionName "3.5.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 = 5.7;
public static final double VERSION = 5.8;
private static final boolean FORCE_NOT_PREMIUM = false;

// Allows an user to test the app until the TRIAL_EXPIRATION date is reached
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ android:versionName
3.5-beta3 | 46 | 5.5 | beta
3.5-beta4 | 47 | 5.6 | beta
3.5 | 48 | 5.7 |

3.5.1 | 49 | 5.8 |

0 comments on commit b308bed

Please sign in to comment.