From a07356370194065dc3103538e0a15b2ef175a320 Mon Sep 17 00:00:00 2001 From: Ivan Baranov Date: Mon, 24 Apr 2017 15:07:25 +0300 Subject: [PATCH] Prepare for release. --- README.md | 4 ++-- gradle.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 96b8876..7d394fe 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Usage } ``` -4. Check that bluetooth is availible and enabled: +4. Check that bluetooth is available and enabled: ```java // check if bluetooth is supported on your hardware if (!rxBluetooth.isBluetoothAvailable()) { @@ -345,7 +345,7 @@ rxBluetooth.observeAclEvent() // Download -------- ```groovy -compile 'com.github.ivbaranov:rxbluetooth:0.1.5' +compile 'com.github.ivbaranov:rxbluetooth:0.1.6' ``` Snapshots of the development version are available in [Sonatype's `snapshots` repository][snapshots]. diff --git a/gradle.properties b/gradle.properties index 87cf467..332c4e8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,8 +13,8 @@ MIN_SDK_VERSION=11 TARGET_SDK_VERSION=25 # Current library version -VERSION_NAME=0.1.5 -VERSION_CODE=12 +VERSION_NAME=0.1.6 +VERSION_CODE=13 # Dependency versions (library) SUPPORT_LIBRARY_VERSION=25.3.1