Skip to content

Commit

Permalink
Prepare for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
IvBaranov committed Apr 24, 2017
1 parent 6e470eb commit a073563
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Usage
}
```

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

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ MIN_SDK_VERSION=11
TARGET_SDK_VERSION=25

# Current library version
VERSION_NAME=0.1.5
VERSION_CODE=12
VERSION_NAME=0.1.6
VERSION_CODE=13

# Dependency versions (library)
SUPPORT_LIBRARY_VERSION=25.3.1
Expand Down

0 comments on commit a073563

Please sign in to comment.