Skip to content

Commit 42fdeb4

Browse files
author
fuzzagrosner
committed
Merge branch 'develop'
2 parents ad83cba + 1d907a4 commit 42fdeb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Add the library to the project-level build.gradle, using the apt plugin to enabl
4141

4242
```groovy
4343
44-
def dbflow_version = "4.0.0-beta4"
44+
def dbflow_version = "4.0.0-beta5"
4545
// or dbflow_version = "develop-SNAPSHOT" for grabbing latest dependency in your project on the develop branch
4646
// or 10-digit short-hash of a specific commit. (Useful for bugs fixed in develop, but not in a release yet)
4747

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=4.0.0-beta4
1+
version=4.0.0-beta5
22
version_code=1
33
group=com.raizlabs.android
44
bt_siteUrl=https://github.com/Raizlabs/DBFlow

0 commit comments

Comments
 (0)