Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
uKL committed Mar 30, 2016
1 parent dd5dab0 commit 923da51
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ Version 1.0.0
* Changed RxBleClient factory method name.
* After this version the public API will be maintained to avoid conflicts.

Version 1.1
Version 1.0.1
* Fixed scan operation concurrency issue, thanks artem-zinnatullin! (https://github.com/Polidea/RxAndroidBle/issues/5)
* Fixed location permission requirement check (Android >=6.0)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,15 +130,15 @@ Complete usage examples are located in `/sample` [GitHub repo](https://github.co
### Gradle

```java
compile "com.polidea.rxandroidble:rxandroidble:1.0.0"
compile "com.polidea.rxandroidble:rxandroidble:1.0.1"
```
### Maven

```xml
<dependency>
<groupId>com.polidea.rxandroidble</groupId>
<artifactId>rxandroidble</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<type>aar</type>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.polidea.rxandroidble
VERSION_NAME=1.1.0-SNAPSHOT
VERSION_NAME=1.0.1

POM_DESCRIPTION=RxJava backed support for Bluetooth Low Energy in Android

Expand Down

0 comments on commit 923da51

Please sign in to comment.