Skip to content

Commit

Permalink
README.md: 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greenrobot committed Jan 11, 2018
1 parent 4557ae0 commit c4121da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# ObjectBox Java (Kotlin, Android)
ObjectBox is a superfast object-oriented database with strong relation support.

**Latest version: [1.3.4 (2017/12/07)](http://objectbox.io/changelog)**
**Latest version: [1.4.0 (2018/01/11)](http://objectbox.io/changelog)**

Demo code using ObjectBox:

Expand All @@ -20,7 +20,7 @@ Add this to your root build.gradle (project level):

```groovy
buildscript {
ext.objectboxVersion = '1.3.4'
ext.objectboxVersion = '1.4.0'
repositories {
maven { url "http://objectbox.net/beta-repo/" }
}
Expand Down

0 comments on commit c4121da

Please sign in to comment.