Skip to content

Commit 5b6cefe

Browse files
committed
Merge pull request android-async-http#195 from vieux/master
Update version number to 1.4.3
2 parents 4bb8195 + fb6245d commit 5b6cefe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.4.1"
4+
android:versionName="1.4.3"
55
android:versionCode="1">
66
<application
77
android:name="android_async_http">

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
* </pre>
9191
*/
9292
public class AsyncHttpClient {
93-
private static final String VERSION = "1.4.1";
93+
private static final String VERSION = "1.4.3";
9494

9595
private static final int DEFAULT_MAX_CONNECTIONS = 10;
9696
private static final int DEFAULT_SOCKET_TIMEOUT = 10 * 1000;

0 commit comments

Comments
 (0)