Skip to content

Commit c9fae5e

Browse files
committed
0.2.6
1 parent 87640b8 commit c9fae5e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repositories {
1212
}
1313
1414
dependencies {
15-
compile 'moe.pine:rxkotlin-collections:0.2.5'
15+
compile 'moe.pine:rxkotlin-collections:0.2.6'
1616
}
1717
```
1818

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ apply plugin: 'jacoco'
2020
apply plugin: 'com.github.kt3k.coveralls'
2121

2222
group = 'moe.pine'
23-
version = '0.2.5'
23+
version = '0.2.6'
2424
archivesBaseName = 'rxkotlin-collections'
2525

2626
repositories {

0 commit comments

Comments
 (0)