Skip to content

Commit

Permalink
Bump to 1.4.1. Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
skykelsey committed Apr 14, 2014
1 parent d7831a0 commit e3e4e97
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2014-04-14 skykelsey 1.4.1
--------------------------

Bugs Fixed:

* ANDROID-318 Surveys targeting custom person data don't return until the second time they are requested.
* Event Labels were being encoded incorrectly.

2014-04-07 skykelsey 1.4.0
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion apptentive-android-sdk/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.apptentive.android.sdk"
android:versionCode="1"
android:versionName="1.0">
android:versionName="1.4.1">
<uses-sdk android:minSdkVersion="7"/>
</manifest>
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*/
public class Constants {

public static final String APPTENTIVE_SDK_VERSION = "1.4.0";
public static final String APPTENTIVE_SDK_VERSION = "1.4.1";


public static final int REQUEST_CODE_PHOTO_FROM_MESSAGE_CENTER = 1000;
Expand Down

0 comments on commit e3e4e97

Please sign in to comment.