Skip to content

Commit 39fa55a

Browse files
committed
2.3.1
1 parent 1d12be4 commit 39fa55a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
ObjectBox is a superfast object-oriented database with strong relation support.
55
ObjectBox is embedded into your Android, Linux, macOS, or Windows app.
66

7-
**Latest version: [2.3.0 (2018/12/29)](https://objectbox.io/changelog)**
7+
**Latest version: [2.3.1 (2019/01/08)](https://objectbox.io/changelog)**
88

99
Demo code using ObjectBox:
1010

@@ -30,7 +30,7 @@ Add this to your root build.gradle (project level):
3030

3131
```groovy
3232
buildscript {
33-
ext.objectboxVersion = '2.3.0'
33+
ext.objectboxVersion = '2.3.1'
3434
dependencies {
3535
classpath "io.objectbox:objectbox-gradle-plugin:$objectboxVersion"
3636
}
@@ -84,7 +84,7 @@ Thanks!
8484

8585
License
8686
-------
87-
Copyright 2017-2018 ObjectBox Ltd. All rights reserved.
87+
Copyright 2017-2019 ObjectBox Ltd. All rights reserved.
8888

8989
Licensed under the Apache License, Version 2.0 (the "License");
9090
you may not use this file except in compliance with the License.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version = ob_version
33

44
buildscript {
55
ext {
6-
ob_version = '2.4.0-SNAPSHOT'
6+
ob_version = '2.3.1'
77
ob_native_version = ob_version // Be careful to diverge here; easy to forget and hard to find JNI problems
88
ob_expected_version = project.hasProperty('expectedVersion') ? project.property('expectedVersion') : 'UNDEFINED'
99

0 commit comments

Comments
 (0)