Skip to content

Commit

Permalink
chore(version): bump version v0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pine committed Jul 5, 2016
1 parent 045f332 commit 9cc24c6
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.6'
compile 'moe.pine:rxkotlin-collections:0.2.7'
}
```

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

repositories {
Expand Down

0 comments on commit 9cc24c6

Please sign in to comment.