From 3f61a4cd4a26834084ffad4aceff86041b45ce76 Mon Sep 17 00:00:00 2001 From: Ivan Baranov Date: Fri, 3 Feb 2017 17:38:41 +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 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