Skip to content

Commit

Permalink
README: 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greenrobot committed Apr 17, 2018
1 parent 2a53b44 commit 4b8ef67
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. ObjectBox is embedded into your Android, Linux, macOS, or Windows app.

**Latest version: [1.4.4 (2018/03/08)](http://objectbox.io/changelog)**
**Latest version: [1.5.0 (2018/04/17)](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.4.4'
ext.objectboxVersion = '1.5.0'
dependencies {
classpath "io.objectbox:objectbox-gradle-plugin:$objectboxVersion"
}
Expand Down

0 comments on commit 4b8ef67

Please sign in to comment.