Skip to content

Commit d5e2644

Browse files
BoxStore: update VERSION to 3.1.3-2022-05-05
1 parent 026faf7 commit d5e2644

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

objectbox-java/src/main/java/io/objectbox/BoxStore.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ public class BoxStore implements Closeable {
6969
@Nullable private static Object relinker;
7070

7171
/** Change so ReLinker will update native library when using workaround loading. */
72-
public static final String JNI_VERSION = "3.1.2";
72+
public static final String JNI_VERSION = "3.1.3";
7373

74-
private static final String VERSION = "3.1.2-2022-02-15";
74+
private static final String VERSION = "3.1.3-2022-05-05";
7575
private static BoxStore defaultStore;
7676

7777
/** Currently used DB dirs with values from {@link #getCanonicalPath(File)}. */

0 commit comments

Comments
 (0)