Skip to content

Commit 6e3fad1

Browse files
committed
Bump version
1 parent e898750 commit 6e3fad1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.loopj.android.http"
4-
android:versionName="1.3.1"
4+
android:versionName="1.3.2"
55
android:versionCode="1">
66
<application
77
android:name="android_async_http">

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<!-- Package properties -->
66
<property name="package.name" value="android-async-http" />
7-
<property name="package.version" value="1.3.1" />
7+
<property name="package.version" value="1.3.2" />
88
<property name="package.packagename" value="com.loopj.android.http" />
99

1010
<!-- Standard jar stuff -->

src/com/loopj/android/http/AsyncHttpClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
* </pre>
8888
*/
8989
public class AsyncHttpClient {
90-
private static final String VERSION = "1.3.1";
90+
private static final String VERSION = "1.3.2";
9191

9292
private static final int DEFAULT_MAX_CONNECTIONS = 10;
9393
private static final int DEFAULT_SOCKET_TIMEOUT = 10 * 1000;

0 commit comments

Comments
 (0)