Skip to content

Commit

Permalink
Prepare for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
IvBaranov committed Feb 6, 2017
1 parent d4ed495 commit be428e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ bluetoothConnection.send("There".getBytes()); // Array of bytes
Download
--------
```groovy
compile 'com.github.ivbaranov:rxbluetooth:0.1.4'
compile 'com.github.ivbaranov:rxbluetooth:0.1.5'
```
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=23

# Current library version
VERSION_NAME=0.1.4
VERSION_CODE=11
VERSION_NAME=0.1.5
VERSION_CODE=12

# Dependency versions (library)
SUPPORT_LIBRARY_VERSION=23.1.1
Expand Down

0 comments on commit be428e4

Please sign in to comment.