diff --git a/README.md b/README.md index bee9091..c1ffd30 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Disclaimer: This library is to be considered **very early** in terms of maturity `RxBonjour` is available on `jcenter()`: ```groovy -compile 'com.github.aurae:rxbonjour:0.3.0' +compile 'com.github.aurae:rxbonjour:0.3.1' ``` ## Usage diff --git a/gradle.properties b/gradle.properties index 4883d01..1b86a7b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ TARGET_SDK_VERSION=23 # Library artifact & current version GROUP_NAME=com.github.aurae ARTIFACT_ID=rxbonjour -VERSION_NAME=0.3.0 +VERSION_NAME=0.3.1 # Dependency versions (plugins) GRADLE_PLUGIN_VERSION=1.3.0