Skip to content

Commit

Permalink
0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pine committed May 13, 2016
1 parent 87640b8 commit c9fae5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {
}
dependencies {
compile 'moe.pine:rxkotlin-collections:0.2.5'
compile 'moe.pine:rxkotlin-collections:0.2.6'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ apply plugin: 'jacoco'
apply plugin: 'com.github.kt3k.coveralls'

group = 'moe.pine'
version = '0.2.5'
version = '0.2.6'
archivesBaseName = 'rxkotlin-collections'

repositories {
Expand Down

0 comments on commit c9fae5e

Please sign in to comment.