From be428e4c5b59541195fdcc994ffeffe97fed8dd2 Mon Sep 17 00:00:00 2001 From: Ivan Baranov Date: Mon, 6 Feb 2017 11:52:16 +0300 Subject: [PATCH] Prepare for release. --- README.md | 2 +- gradle.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9cefe2d..33e3946 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.4' +compile 'com.github.ivbaranov:rxbluetooth:0.1.5' ``` Snapshots of the development version are available in [Sonatype's `snapshots` repository][snapshots]. diff --git a/gradle.properties b/gradle.properties index 90c72e0..31e7afb 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.4 -VERSION_CODE=11 +VERSION_NAME=0.1.5 +VERSION_CODE=12 # Dependency versions (library) SUPPORT_LIBRARY_VERSION=23.1.1