Skip to content

Commit

Permalink
Release version and notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Bowers committed Jul 29, 2014
1 parent f604ebf commit c772a91
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ See https://github.com/mixpanel/sample-android-mixpanel-integration for a full f
Changelog
---------

#### v4.2.2

* Removed lint warnings from build

* Fixed issue that could cause NullPointerExceptions to be thrown from the library
if a user was identified as null

* Handle attempts to load In-app notifications in low memory conditions

#### v4.2.1

* Fixed a bug that would cause events to be dropped when the device thinks it has a valid network
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.2.2-SNAPSHOT
version = 4.2.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 @@ -11,7 +11,7 @@
* Stores global configuration options for the Mixpanel library.
*/
public class MPConfig {
public static final String VERSION = "4.2.2-SNAPSHOT";
public static final String VERSION = "4.2.2";

public static boolean DEBUG = false;

Expand Down

0 comments on commit c772a91

Please sign in to comment.