Skip to content

Commit 6c6386b

Browse files
committed
Update version number in other README examples
1 parent d0a78aa commit 6c6386b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ Example for Maven:
3131
<dependency>
3232
<groupId>io.reactivex</groupId>
3333
<artifactId>rxandroid</artifactId>
34-
<version>0.22</version>
34+
<version>0.22.0</version>
3535
</dependency>
3636
```
3737

3838
and for Ivy:
3939

4040
```xml
41-
<dependency org="io.reactivex" name="rxandroid" rev="0.22" />
41+
<dependency org="io.reactivex" name="rxandroid" rev="0.22.0" />
4242
```
4343

4444
and for Gradle:

0 commit comments

Comments
 (0)