Skip to content

Commit

Permalink
0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pine committed Apr 5, 2016
1 parent 7b607a5 commit e4bed0a
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 @@ -11,7 +11,7 @@ repositories {
}
dependencies {
compile 'moe.pine:rxkotlin-collections:0.2.2'
compile 'moe.pine:rxkotlin-collections:0.2.3'
}
```

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.2'
version = '0.2.3'
archivesBaseName = 'rxkotlin-collections'

repositories {
Expand Down

0 comments on commit e4bed0a

Please sign in to comment.