Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Bowers committed Sep 10, 2014
1 parent e95ee1a commit 3fdec54
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.3.1-SNAPSHOT
version = 4.3.1
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 @@ -11,7 +11,7 @@
* Stores global configuration options for the Mixpanel library.
*/
public class MPConfig {
public static final String VERSION = "4.3.1-SNAPSHOT";
public static final String VERSION = "4.3.1";

public static boolean DEBUG = false;

Expand Down

0 comments on commit 3fdec54

Please sign in to comment.