diff --git a/README.md b/README.md index 18d97ad1..494296d5 100644 --- a/README.md +++ b/README.md @@ -263,9 +263,9 @@ repositories { } dependencies { - compile 'io.requery:requery:1.0.0-beta7' - compile 'io.requery:requery-android:1.0.0-beta7' // for android - apt 'io.requery:requery-processor:1.0.0-beta7' // use an APT plugin + compile 'io.requery:requery:1.0.0-beta8' + compile 'io.requery:requery-android:1.0.0-beta8' // for android + apt 'io.requery:requery-processor:1.0.0-beta8' // use an APT plugin } ``` diff --git a/build.gradle b/build.gradle index 67564640..90c2379a 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ idea { } group = 'io.requery' -version = '1.0.0-beta7' +version = '1.0.0-beta8' description = 'A light but powerful object mapper and SQL generator for Java/Android' Properties properties = new Properties()