Skip to content

Commit e45d513

Browse files
committed
BoxStore version 1.3.0-2017-11-27
1 parent 2ac2d9b commit e45d513

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.2.2-2017-11-22";
141+
return "1.3.0-2017-11-27";
142142
}
143143

144144
private final File directory;

0 commit comments

Comments
 (0)