Skip to content

Commit

Permalink
Update README.md to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greenrobot committed Oct 31, 2017
1 parent 6d6a50e commit 2e3d0d0
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.

**Latest version: [1.2.0-RC (2017/10/25)](http://objectbox.io/changelog)**
**Latest version: [1.2.0 (2017/10/31)](http://objectbox.io/changelog)**

Demo code using ObjectBox:

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

buildscript {
ext.objectboxVersion = '1.2.0-RC'
ext.objectboxVersion = '1.2.0'
repositories {
maven { url "http://objectbox.net/beta-repo/" }
}
Expand Down

0 comments on commit 2e3d0d0

Please sign in to comment.