Skip to content

Commit 5ed8cba

Browse files
committed
Prepare for release.
1 parent f4d5a82 commit 5ed8cba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ bluetoothConnection.send("There".getBytes()); // Array of bytes
259259
Download
260260
--------
261261
```groovy
262-
compile 'com.github.ivbaranov:rxbluetooth:0.1.2'
262+
compile 'com.github.ivbaranov:rxbluetooth:0.1.3'
263263
```
264264
Snapshots of the development version are available in [Sonatype's `snapshots` repository][snapshots].
265265

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ MIN_SDK_VERSION=11
1313
TARGET_SDK_VERSION=23
1414

1515
# Current library version
16-
VERSION_NAME=0.1.2
17-
VERSION_CODE=9
16+
VERSION_NAME=0.1.3
17+
VERSION_CODE=10
1818

1919
# Dependency versions (library)
2020
SUPPORT_LIBRARY_VERSION=23.1.1

0 commit comments

Comments
 (0)