From 204cca2ad23a854a7f4cbbcadf43b4af07d0e25d Mon Sep 17 00:00:00 2001 From: Pine Mizune Date: Sun, 17 Jul 2016 19:14:17 +0000 Subject: [PATCH] chore(version): bump version v0.2.8 --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 85dc155..07433da 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ repositories { } dependencies { - compile 'moe.pine:rxkotlin-collections:0.2.7' + compile 'moe.pine:rxkotlin-collections:0.2.8' } ``` diff --git a/build.gradle b/build.gradle index 9c929a5..f23ca9c 100644 --- a/build.gradle +++ b/build.gradle @@ -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 {