From c9fae5e73f32ae6544e8546aba5d0ff872bf23e8 Mon Sep 17 00:00:00 2001 From: Pine Mizune Date: Fri, 13 May 2016 18:57:53 +0900 Subject: [PATCH] 0.2.6 --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 27fea5a..aeda9a5 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ repositories { } dependencies { - compile 'moe.pine:rxkotlin-collections:0.2.5' + compile 'moe.pine:rxkotlin-collections:0.2.6' } ``` diff --git a/build.gradle b/build.gradle index 32bf928..a03083e 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.5' +version = '0.2.6' archivesBaseName = 'rxkotlin-collections' repositories {