Skip to content

Commit 0eb8296

Browse files
committed
BoxStore 1.3.1-2017-11-29
1 parent cceb0fa commit 0eb8296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ static native void nativeRegisterCustomType(long store, int entityId, int proper
138138
public static native boolean isObjectBrowserAvailable();
139139

140140
public static String getVersion() {
141-
return "1.3.0-2017-11-27";
141+
return "1.3.1-2017-11-29";
142142
}
143143

144144
private final File directory;

0 commit comments

Comments
 (0)