Skip to content

Commit

Permalink
release version
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Bowers committed Jan 10, 2015
1 parent 47644fa commit 44a7af2
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
@@ -1,2 +1,2 @@
group = com.mixpanel.android
version = 4.5.2-SNAPSHOT
version = 4.5.2
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 @@ -16,7 +16,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.5.2-SNAPSHOT";
public static final String VERSION = "4.5.2";

public static boolean DEBUG = false;

Expand Down

0 comments on commit 44a7af2

Please sign in to comment.