diff --git a/README.md b/README.md index 52192bb..9fd63fb 100644 --- a/README.md +++ b/README.md @@ -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' } ``` @@ -40,7 +40,7 @@ Include the following dependencies in your project's `pom.xml` org.jboss.aerogear aerogear-android-pipe - 3.2.0 + 4.0.0 aar ``` diff --git a/gradle.properties b/gradle.properties index e7f6467..be3876d 100644 --- a/gradle.properties +++ b/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