Skip to content

Commit fc9ae5e

Browse files
committed
fix for booleans
1 parent 425d25e commit fc9ae5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.4"
14+
VERSION_NAME = "0.0.5"
1515
}
1616

1717
version = VERSION_NAME

0 commit comments

Comments
 (0)