Skip to content

Commit 57c6624

Browse files
committed
Releasing new version
1 parent b5dae2c commit 57c6624

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## 1.4.6 (future version)
3+
## 1.4.6 (released 7. 9. 2014)
44

55
Complete list of commits included is here [https://github.com/loopj/android-async-http/commits/1.4.6](https://github.com/loopj/android-async-http/commits/1.4.6)
66
List of closed issues is here [https://github.com/loopj/android-async-http/issues?milestone=4&state=closed](https://github.com/loopj/android-async-http/issues?milestone=2&state=closed)

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ An asynchronous, callback-based Http client for Android built on top of Apache's
77
Changelog
88
---------
99

10-
See what is new in version 1.4.5 released on 22th June 2014
10+
See what is new in version 1.4.6 released on 7th Sep 2014
1111

12-
https://github.com/loopj/android-async-http/blob/1.4.5/CHANGELOG.md
12+
https://github.com/loopj/android-async-http/blob/1.4.6/CHANGELOG.md
1313

1414
Javadoc
1515
-------
1616

17-
Latest Javadoc for 1.4.5 release are available here (also included in Maven repository):
17+
Latest Javadoc for 1.4.6 release are available here (also included in Maven repository):
1818

1919
http://loopj.com/android-async-http/doc/
2020

@@ -35,7 +35,7 @@ Examples
3535
--------
3636

3737
For inspiration and testing on device we've provided Sample Application.
38-
See individual samples [here on Github](https://github.com/loopj/android-async-http/tree/1.4.5/sample/src/main/java/com/loopj/android/http/sample)
38+
See individual samples [here on Github](https://github.com/loopj/android-async-http/tree/1.4.6/sample/src/main/java/com/loopj/android/http/sample)
3939
To run Sample application, simply clone the repository and run this command, to install it on connected device
4040

4141
```java
@@ -53,10 +53,10 @@ http://central.maven.org/maven2/com/loopj/android/android-async-http/
5353
Maven URL: http://repo1.maven.org/maven2/
5454
GroupId: com.loopj.android
5555
ArtifactId: android-async-http
56-
Version: 1.4.5
56+
Version: 1.4.6
5757
Packaging: JAR or AAR
5858
```
59-
Gradle: `com.loopj.android:android-async-http:1.4.5`
59+
Gradle: `com.loopj.android:android-async-http:1.4.6`
6060

6161
**development snapshots**
6262

@@ -65,10 +65,10 @@ https://oss.sonatype.org/content/repositories/snapshots/com/loopj/android/androi
6565
Maven URL: https://oss.sonatype.org/content/repositories/snapshots/
6666
GroupId: com.loopj.android
6767
ArtifactId: android-async-http
68-
Version: 1.4.6-SNAPSHOT
68+
Version: 1.4.7-SNAPSHOT
6969
Packaging: JAR or AAR
7070
```
71-
Gradle: `com.loopj.android:android-async-http:1.4.6-SNAPSHOT`
71+
Gradle: `com.loopj.android:android-async-http:1.4.7-SNAPSHOT`
7272

7373
Documentation, Features and Examples
7474
------------------------------------

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def isReleaseBuild() {
1414

1515
allprojects {
1616
group = 'com.loopj.android'
17-
version = '1.4.6-SNAPSHOT'
17+
version = '1.4.6'
1818

1919
repositories {
2020
mavenCentral()

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=1.4.6-SNAPSHOT
1+
VERSION_NAME=1.4.6
22
VERSION_CODE=146
33
GROUP=com.loopj.android
44

0 commit comments

Comments
 (0)