Skip to content

Commit

Permalink
chore(version): bump version v0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pine committed Jul 17, 2016
1 parent 1b6ca1a commit 204cca2
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.7'
compile 'moe.pine:rxkotlin-collections:0.2.8'
}
```

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

repositories {
Expand Down

0 comments on commit 204cca2

Please sign in to comment.