Skip to content

Commit

Permalink
Merge pull request #195 from vieux/master
Browse files Browse the repository at this point in the history
Update version number to 1.4.3
  • Loading branch information
loopj committed Mar 22, 2013
2 parents 4bb8195 + fb6245d commit 5b6cefe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.loopj.android.http"
android:versionName="1.4.1"
android:versionName="1.4.3"
android:versionCode="1">
<application
android:name="android_async_http">
Expand Down
2 changes: 1 addition & 1 deletion src/com/loopj/android/http/AsyncHttpClient.java
Expand Up @@ -90,7 +90,7 @@
* </pre>
*/
public class AsyncHttpClient {
private static final String VERSION = "1.4.1";
private static final String VERSION = "1.4.3";

private static final int DEFAULT_MAX_CONNECTIONS = 10;
private static final int DEFAULT_SOCKET_TIMEOUT = 10 * 1000;
Expand Down

0 comments on commit 5b6cefe

Please sign in to comment.