Skip to content

Commit a073563

Browse files
committed
Prepare for release.
1 parent 6e470eb commit a073563

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Usage
4848
}
4949
```
5050

51-
4. Check that bluetooth is availible and enabled:
51+
4. Check that bluetooth is available and enabled:
5252
```java
5353
// check if bluetooth is supported on your hardware
5454
if (!rxBluetooth.isBluetoothAvailable()) {
@@ -345,7 +345,7 @@ rxBluetooth.observeAclEvent() //
345345
Download
346346
--------
347347
```groovy
348-
compile 'com.github.ivbaranov:rxbluetooth:0.1.5'
348+
compile 'com.github.ivbaranov:rxbluetooth:0.1.6'
349349
```
350350
Snapshots of the development version are available in [Sonatype's `snapshots` repository][snapshots].
351351

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=25
1414

1515
# Current library version
16-
VERSION_NAME=0.1.5
17-
VERSION_CODE=12
16+
VERSION_NAME=0.1.6
17+
VERSION_CODE=13
1818

1919
# Dependency versions (library)
2020
SUPPORT_LIBRARY_VERSION=25.3.1

0 commit comments

Comments
 (0)