Skip to content

Commit ef555a4

Browse files
committed
README.md: 1.3.4
1 parent cbbecbe commit ef555a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# ObjectBox Java (Kotlin, Android)
44
ObjectBox is a superfast object-oriented database with strong relation support.
55

6-
**Latest version: [1.3.3 (2017/12/04)](http://objectbox.io/changelog)**
6+
**Latest version: [1.3.4 (2017/12/07)](http://objectbox.io/changelog)**
77

88
Demo code using ObjectBox:
99

@@ -17,7 +17,7 @@ Gradle setup
1717
Add this to your root build.gradle (project level):
1818

1919
buildscript {
20-
ext.objectboxVersion = '1.3.3'
20+
ext.objectboxVersion = '1.3.4'
2121
repositories {
2222
maven { url "http://objectbox.net/beta-repo/" }
2323
}

0 commit comments

Comments
 (0)