Skip to content

Commit af1b15a

Browse files
committed
BoxStore.java: V1.0.1-2017-09-10
1 parent 587e230 commit af1b15a

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
@@ -130,7 +130,7 @@ static native void nativeRegisterCustomType(long store, int entityId, int proper
130130
static native int nativeCleanStaleReadTransactions(long store);
131131

132132
public static String getVersion() {
133-
return "1.0.0-2017-09-02";
133+
return "1.0.1-2017-09-10";
134134
}
135135

136136
private final File directory;

0 commit comments

Comments
 (0)