Skip to content

Commit

Permalink
prepare release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpassos committed Oct 26, 2017
1 parent 91d0bf1 commit 2ac6202
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -28,7 +28,7 @@ Add to your application's `build.gradle` file

```groovy
dependencies {
compile 'org.jboss.aerogear:aerogear-android-pipe:3.2.0'
compile 'org.jboss.aerogear:aerogear-android-pipe:4.0.0'
}
```

Expand All @@ -40,7 +40,7 @@ Include the following dependencies in your project's `pom.xml`
<dependency>
<groupId>org.jboss.aerogear</groupId>
<artifactId>aerogear-android-pipe</artifactId>
<version>3.2.0</version>
<version>4.0.0</version>
<type>aar</type>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
@@ -1,7 +1,7 @@
# Android Stuff

VERSION_CODE=310
VERSION_NAME=3.1.0
VERSION_CODE=400
VERSION_NAME=4.0.0

# Bintray Stuff

Expand Down

0 comments on commit 2ac6202

Please sign in to comment.