diff --git a/README.md b/README.md index 025d557..9cefe2d 100644 --- a/README.md +++ b/README.md @@ -291,7 +291,7 @@ bluetoothConnection.send("There".getBytes()); // Array of bytes Download -------- ```groovy -compile 'com.github.ivbaranov:rxbluetooth:0.1.3' +compile 'com.github.ivbaranov:rxbluetooth:0.1.4' ``` Snapshots of the development version are available in [Sonatype's `snapshots` repository][snapshots]. diff --git a/gradle.properties b/gradle.properties index 66a6afa..90c72e0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,8 +13,8 @@ MIN_SDK_VERSION=11 TARGET_SDK_VERSION=23 # Current library version -VERSION_NAME=0.1.3 -VERSION_CODE=10 +VERSION_NAME=0.1.4 +VERSION_CODE=11 # Dependency versions (library) SUPPORT_LIBRARY_VERSION=23.1.1