We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87640b8 commit c9fae5eCopy full SHA for c9fae5e
2 files changed
README.md
@@ -12,7 +12,7 @@ repositories {
12
}
13
14
dependencies {
15
- compile 'moe.pine:rxkotlin-collections:0.2.5'
+ compile 'moe.pine:rxkotlin-collections:0.2.6'
16
17
```
18
build.gradle
@@ -20,7 +20,7 @@ apply plugin: 'jacoco'
20
apply plugin: 'com.github.kt3k.coveralls'
21
22
group = 'moe.pine'
23
-version = '0.2.5'
+version = '0.2.6'
24
archivesBaseName = 'rxkotlin-collections'
25
26
repositories {
0 commit comments