From ccc37bc8d5d04c55caf83e9bd75e630d3d020e26 Mon Sep 17 00:00:00 2001 From: Jake Wharton Date: Sun, 9 Aug 2015 20:39:16 -0400 Subject: [PATCH] Bump to version 1.0.1. --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 463527d7..f54b4697 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=io.reactivex -VERSION_NAME=1.0.0 +VERSION_NAME=1.0.1 POM_NAME=RxAndroid POM_PACKAGING=aar POM_DESCRIPTION=RxAndroid @@ -11,4 +11,4 @@ POM_SCM_DEV_CONNECTION=scm:git:git@github.com:ReactiveX/RxAndroid.git POM_LICENCE_NAME=The Apache Software License, Version 2.0 POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt -POM_LICENCE_DIST=repo \ No newline at end of file +POM_LICENCE_DIST=repo