Skip to content

Commit

Permalink
Merge pull request #1279 from Raizlabs/develop
Browse files Browse the repository at this point in the history
4.0.1
  • Loading branch information
agrosner authored May 12, 2017
2 parents 9e30167 + ccffde6 commit 8bec1a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "usage2"]
path = usage2
url = https://git.gitbook.com/agrosner/dbflow.git
url = https://github.com/agrosner/DBFlowDocs.git
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
def dbflow_version = "4.0.1"
// 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)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=4.0.0
version=4.0.1
version_code=1
group=com.raizlabs.android
bt_siteUrl=https://github.com/Raizlabs/DBFlow
Expand Down

0 comments on commit 8bec1a5

Please sign in to comment.