Skip to content

Commit

Permalink
Increment version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Bowers committed Jan 16, 2013
1 parent c76ad19 commit 7c51458
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
Binary file modified MixpanelAPI.jar
Binary file not shown.
12 changes: 12 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,18 @@ License:

Changelog:

v3.1.0
---------------------

* Support for Mixpanel Revenue analytics

The Mixpanel library now supports revenue analytics. To track income, call

Mixpanel.getPeople().trackCharge(amount, properties)

where amount is a double representing the amount of the charge, and properties is
a possibly null collection of properties associated with the charge.

v3.0.0
---------------------

Expand Down
2 changes: 1 addition & 1 deletion src/com/mixpanel/android/mpmetrics/MixpanelAPI.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
* @see <a href="https://github.com/mixpanel/sample-android-mixpanel-integration">The Mixpanel Android sample application</a>
*/
public class MixpanelAPI {
public static final String VERSION = "3.0.0";
public static final String VERSION = "3.1.0";

/**
* You shouldn't instantiate MixpanelAPI objects directly.
Expand Down

0 comments on commit 7c51458

Please sign in to comment.