Skip to content

Commit

Permalink
final version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jbwyme committed Jun 11, 2015
1 parent ecc5d25 commit c0d65bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ group = com.mixpanel.android
# As long as we support building from source in Eclipse, we can't
# just use BuildConfig.MIXPANEL_VERSION in our source, so if you
# update the value of version you'll also need to update MPConfig.VERSION
version = 4.6.0-SNAPSHOT
version = 4.6.0
2 changes: 1 addition & 1 deletion src/main/java/com/mixpanel/android/mpmetrics/MPConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public class MPConfig {
// Unfortunately, as long as we support building from source in Eclipse,
// we can't rely on BuildConfig.MIXPANEL_VERSION existing, so this must
// be hard-coded both in our gradle files and here in code.
public static final String VERSION = "4.6.0-SNAPSHOT";
public static final String VERSION = "4.6.0";

public static boolean DEBUG = false;

Expand Down

0 comments on commit c0d65bf

Please sign in to comment.