Skip to content

Commit

Permalink
Version number to 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Bowers committed Dec 21, 2012
1 parent 7a9a545 commit a9c9b3a
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
Binary file removed MixpanelAPI_v2.2.2.jar
Binary file not shown.
Binary file added MixpanelAPI_v2.2.3.jar
Binary file not shown.
8 changes: 4 additions & 4 deletions build.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="MixpanelAPI_v2.2.2">
<project name="MixpanelAPI_v2.2.3">

<!-- The local.properties file is created and updated by the 'android' tool.
It contains the path to the SDK. It should *NOT* be checked into
Expand Down Expand Up @@ -99,11 +99,11 @@
</target>

<target name="library" depends="compile">
<jar destfile="MixpanelAPI_v2.2.2.jar"
<jar destfile="MixpanelAPI_v2.2.3.jar"
basedir="${out.classes.absolute.dir}"
includes="**/*.class" />
<copy file="MixpanelAPI_v2.2.2.jar" tofile="${demo.absolute.libs.dir}/MixpanelAPI_v2.2.2.jar" />
<copy file="MixpanelAPI_v2.2.2.jar" tofile="${test.absolute.libs.dir}/MixpanelAPI_v2.2.2.jar" />
<copy file="MixpanelAPI_v2.2.3.jar" tofile="${demo.absolute.libs.dir}/MixpanelAPI_v2.2.3.jar" />
<copy file="MixpanelAPI_v2.2.3.jar" tofile="${test.absolute.libs.dir}/MixpanelAPI_v2.2.3.jar" />
</target>

<target name="docs">
Expand Down
8 changes: 8 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ License:

Changelog:

v2.2.3
---------------------
* Use SSL api endpoint by default

v2.2.2
---------------------
* Fix to of initPushHandling

v2.2.1
---------------------
* Changes to handling of catastrophic database failures (for example, full disks)
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 @@ -81,7 +81,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 = "2.2.2";
public static final String VERSION = "2.2.3";

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

0 comments on commit a9c9b3a

Please sign in to comment.