Skip to content

Commit

Permalink
prep for 4.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jbwyme committed Aug 21, 2014
1 parent 495ade3 commit e4d5d5d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ See https://github.com/mixpanel/sample-android-mixpanel-integration for a full f
Changelog
---------

#### v4.3.0
* Added support for App Links tracking

* Added a way to get super properties

#### v4.2.2

* Removed lint warnings from build
Expand Down
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.0-SNAPSHOT
version = 4.3.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 @@ -11,7 +11,7 @@
* Stores global configuration options for the Mixpanel library.
*/
public class MPConfig {
public static final String VERSION = "4.3.0-SNAPSHOT";
public static final String VERSION = "4.3.0";

public static boolean DEBUG = false;

Expand Down

0 comments on commit e4d5d5d

Please sign in to comment.