Skip to content

Commit bed64c8

Browse files
committed
Put 1.2.0-RC in README.md
1 parent ce61f1e commit bed64c8

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

0 commit comments

Comments
 (0)