From f47ad6a4d162c28ee49fc372c4875042f7f0828a Mon Sep 17 00:00:00 2001 From: Nikhil Purushe Date: Wed, 9 Mar 2016 21:48:57 -0800 Subject: [PATCH] Update version to 1.0.0-beta2 --- README.md | 6 +++--- build.gradle | 8 ++------ 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 4bd73528..b872ef18 100644 --- a/README.md +++ b/README.md @@ -278,9 +278,9 @@ repositories { } dependencies { - compile 'io.requery:requery:1.0.0-beta1' - compile 'io.requery:requery-android:1.0.0-beta1' // for android - apt 'io.requery:requery-processor:1.0.0-beta1' // use an APT plugin + compile 'io.requery:requery:1.0.0-beta2' + compile 'io.requery:requery-android:1.0.0-beta2' // for android + apt 'io.requery:requery-processor:1.0.0-beta2' // use an APT plugin } ``` diff --git a/build.gradle b/build.gradle index 74a35515..a03205f4 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ idea { } } -version = '1.0.0-beta1' +version = '1.0.0-beta2' Properties properties = new Properties() File localProperties = project.rootProject.file('local.properties') @@ -95,8 +95,4 @@ configure([project(':requery'), project(':requery-processor'), project(':requery } } } -} - - - - +} \ No newline at end of file