diff --git a/README.md b/README.md index 5081a963e..1046c648a 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Add the library to the project-level build.gradle, using the apt plugin to enabl ```groovy - def dbflow_version = "4.0.0-beta6" + def dbflow_version = "4.0.0-beta7" // or dbflow_version = "develop-SNAPSHOT" for grabbing latest dependency in your project on the develop branch // or 10-digit short-hash of a specific commit. (Useful for bugs fixed in develop, but not in a release yet) diff --git a/gradle.properties b/gradle.properties index bcab35ccd..8293f2161 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=4.0.0-beta6 +version=4.0.0-beta7 version_code=1 group=com.raizlabs.android bt_siteUrl=https://github.com/Raizlabs/DBFlow