There was an error while loading. Please reload this page.
1 parent 9cac4ed commit f042ad2Copy full SHA for f042ad2
build.gradle
@@ -1,5 +1,5 @@
1
// Just too many sub projects, so each can reference rootProject.version
2
-version = '1.4.2'
+version = '1.4.3'
3
4
buildscript {
5
ext.ob_expected_version = project.hasProperty('expectedVersion') ? project.property('expectedVersion') : 'UNDEFINED'
objectbox-java/src/main/java/io/objectbox/BoxStore.java
@@ -59,7 +59,7 @@
59
@ThreadSafe
60
public class BoxStore implements Closeable {
61
62
- private static final String VERSION = "1.4.2-2018-02-12";
+ private static final String VERSION = "1.4.3-2018-03-01";
63
private static BoxStore defaultStore;
64
65
private static final Set<String> openFiles = new HashSet<>();
0 commit comments