Skip to content

Commit

Permalink
Bumped version to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
uKL committed Mar 29, 2016
1 parent fe63bcf commit 260c3f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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:0.0.3"
compile "com.polidea.rxandroidble:rxandroidble:0.0.4"
```
### Maven

```xml
<dependency>
<groupId>com.polidea.rxandroidble</groupId>
<artifactId>rxandroidble</artifactId>
<version>0.0.3</version>
<version>0.0.4</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.0.0-SNAPSHOT
VERSION_NAME=0.0.4

POM_DESCRIPTION=RxJava backed support for Bluetooth Low Energy in Android

Expand Down

0 comments on commit 260c3f4

Please sign in to comment.