Skip to content

Commit 08564cf

Browse files
committed
fix version
1 parent 7683ba0 commit 08564cf

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

library/build.gradle

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

1717
version = VERSION_NAME

0 commit comments

Comments
 (0)