Skip to content

Commit 283bea8

Browse files
committed
bump version
1 parent da5a1ea commit 283bea8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Lightweight async HTTP client based on [OkHttp](https://square.github.io/okhttp/
77

88
```gradle
99
dependencies {
10-
implementation 'com.codepath.libraries:asynchttpclient:0.0.6'
10+
implementation 'com.codepath.libraries:asynchttpclient:0.0.7'
1111
}
1212
```
1313

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ext {
1111
POM_DESC = "Async Http Client wrapper using OkHttp"
1212
POM_SCM_URL = 'https://github.com/codepath/AsyncHttpClient'
1313
BASE_VERSION = 1
14-
VERSION_NAME = "0.0.6"
14+
VERSION_NAME = "0.0.7"
1515
}
1616

1717
version = VERSION_NAME

0 commit comments

Comments
 (0)