From 496738dd27bdf123a203254e74f8799d33e60e89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Charmas?= Date: Wed, 28 Jan 2015 17:26:09 +0100 Subject: [PATCH] Version bump to 0.4 stable. --- README.md | 6 +++--- gradle.properties | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 983367b6..093fc98f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ReactiveLocation library for Android Small library that wraps Google Play Services API in brilliant [RxJava](https://github.com/ReactiveX/RxJava) ```Observables``` reducing boilerplate to minimum. -Current stable version - 0.3 +Current stable version - 0.4 --------------- **This version works with Google Play Services 6.5.+ and RxJava 1.0.+** @@ -146,7 +146,7 @@ along with Google Play Services and RxJava. ```groovy dependencies { ... - compile 'pl.charmas.android:android-reactive-location:0.3@aar' + compile 'pl.charmas.android:android-reactive-location:0.4@aar' compile 'com.google.android.gms:play-services-location:6.5.87' compile 'io.reactivex:rxjava:1.0.3' } @@ -161,7 +161,7 @@ following dependency: pl.charmas.android android-reactive-location - 0.3 + 0.4 aar ``` diff --git a/gradle.properties b/gradle.properties index 91373ca5..f1d49adc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -VERSION_NAME=0.4-SNAPSHOT -VERSION_CODE=5 +VERSION_NAME=0.4 +VERSION_CODE=6 GROUP=pl.charmas.android