From c4121dacffcc9ca6a37d2bef1a96cf7e092ee86d Mon Sep 17 00:00:00 2001 From: Markus Date: Thu, 11 Jan 2018 16:30:48 +0100 Subject: [PATCH] README.md: 1.4.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 698130ab..64ed69a3 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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/" } }