From b8c13d5f20fef5316bde441f94f4407ac3c39f16 Mon Sep 17 00:00:00 2001 From: Dan Lew Date: Fri, 27 Nov 2015 14:39:51 -0600 Subject: [PATCH] Prepare 0.3.1 release --- CHANGELOG.md | 4 ++++ README.md | 4 ++-- gradle.properties | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bf2d73..2b6e855 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.3.1 (2015-11-27) + +* [#46](https://github.com/trello/RxLifecycle/pull/46): Updated generic parameters of `Transformer` to support Kotlin type inference. + ## 0.3.0 * [#12](https://github.com/trello/RxLifecycle/pull/12): Added `RxLifecycle.bindView()`. This allows binding a diff --git a/README.md b/README.md index dec6565..08cb477 100644 --- a/README.md +++ b/README.md @@ -64,8 +64,8 @@ yourself and call `unsubscribe()` when appropriate. ## Installation ```gradle -compile 'com.trello:rxlifecycle:0.3.0' -compile 'com.trello:rxlifecycle-components:0.3.0' +compile 'com.trello:rxlifecycle:0.3.1' +compile 'com.trello:rxlifecycle-components:0.3.1' ``` ## License diff --git a/gradle.properties b/gradle.properties index 91f1df3..36ca2a3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ GROUP=com.trello -VERSION_NAME=0.3.0-SNAPSHOT -VERSION_CODE=3 +VERSION_NAME=0.3.1-SNAPSHOT +VERSION_CODE=4 POM_URL=https://github.com/trello/RxLifecycle POM_SCM_URL=https://github.com/trello/RxLifecycle