Skip to content

Commit 260c3f4

Browse files
committed
Bumped version to 0.0.4
1 parent fe63bcf commit 260c3f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,15 +130,15 @@ Complete usage examples are located in `/sample` [GitHub repo](https://github.co
130130
### Gradle
131131

132132
```java
133-
compile "com.polidea.rxandroidble:rxandroidble:0.0.3"
133+
compile "com.polidea.rxandroidble:rxandroidble:0.0.4"
134134
```
135135
### Maven
136136

137137
```xml
138138
<dependency>
139139
<groupId>com.polidea.rxandroidble</groupId>
140140
<artifactId>rxandroidble</artifactId>
141-
<version>0.0.3</version>
141+
<version>0.0.4</version>
142142
<type>aar</type>
143143
</dependency>
144144
```

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.polidea.rxandroidble
2-
VERSION_NAME=1.0.0-SNAPSHOT
2+
VERSION_NAME=0.0.4
33

44
POM_DESCRIPTION=RxJava backed support for Bluetooth Low Energy in Android
55

0 commit comments

Comments
 (0)