diff --git a/README.md b/README.md index 6623879..7f5a66f 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Wasp aims : ###Add dependency ```groovy -compile 'com.orhanobut:wasp:1.8' +compile 'com.orhanobut:wasp:1.9' ``` ####Create a service interface diff --git a/gradle.properties b/gradle.properties index 4e52598..85af007 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,8 +19,8 @@ # VERSION_NAME=1.7-SNAPSHOT # VERSION_CODE=8 -VERSION_NAME=1.8 -VERSION_CODE=9 +VERSION_NAME=1.9 +VERSION_CODE=10 GROUP=com.orhanobut POM_DESCRIPTION=Android Network Solution