Skip to content

Commit

Permalink
Version bump to 0.4 stable.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcharmas committed Jan 28, 2015
1 parent 89efbfa commit 496738d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.+**
Expand Down Expand Up @@ -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'
}
Expand All @@ -161,7 +161,7 @@ following dependency:
<dependency>
<groupId>pl.charmas.android</groupId>
<artifactId>android-reactive-location</artifactId>
<version>0.3</version>
<version>0.4</version>
<type>aar</type>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=0.4-SNAPSHOT
VERSION_CODE=5
VERSION_NAME=0.4
VERSION_CODE=6
GROUP=pl.charmas.android


Expand Down

0 comments on commit 496738d

Please sign in to comment.