From 5ed8cbae4fe900835b16cbd7404fd4df4823349f Mon Sep 17 00:00:00 2001 From: Ivan Baranov Date: Thu, 2 Feb 2017 18:45:55 +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 e422e38..17e026b 100644 --- a/README.md +++ b/README.md @@ -259,7 +259,7 @@ bluetoothConnection.send("There".getBytes()); // Array of bytes Download -------- ```groovy -compile 'com.github.ivbaranov:rxbluetooth:0.1.2' +compile 'com.github.ivbaranov:rxbluetooth:0.1.3' ``` Snapshots of the development version are available in [Sonatype's `snapshots` repository][snapshots]. diff --git a/gradle.properties b/gradle.properties index ed96499..66a6afa 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.2 -VERSION_CODE=9 +VERSION_NAME=0.1.3 +VERSION_CODE=10 # Dependency versions (library) SUPPORT_LIBRARY_VERSION=23.1.1