Skip to content

Commit 2e3d0d0

Browse files
committed
Update README.md to 1.2.0
1 parent 6d6a50e commit 2e3d0d0

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.2.0-RC (2017/10/25)](http://objectbox.io/changelog)**
6+
**Latest version: [1.2.0 (2017/10/31)](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.2.0-RC'
20+
ext.objectboxVersion = '1.2.0'
2121
repositories {
2222
maven { url "http://objectbox.net/beta-repo/" }
2323
}

0 commit comments

Comments
 (0)