Skip to content

Commit 6d6a50e

Browse files
committed
1.2.0 last minute change: updating BoxStore version
1 parent 18bf553 commit 6d6a50e

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
@@ -136,7 +136,7 @@ static native void nativeRegisterCustomType(long store, int entityId, int proper
136136
public static native boolean isObjectBrowserAvailable();
137137

138138
public static String getVersion() {
139-
return "1.1.0-2017-10-01";
139+
return "1.2.0-2017-10-31";
140140
}
141141

142142
private final File directory;

0 commit comments

Comments
 (0)