Skip to content

Commit 04f8e5f

Browse files
committed
1.3.2
1 parent 58baa9c commit 04f8e5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Just too many sub projects, so each can reference rootProject.version
2-
version = '1.3.2-SNAPSHOT'
2+
version = '1.3.2'
33

44
buildscript {
55
ext {

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.1-2017-11-29";
141+
return "1.3.2-2017-11-30";
142142
}
143143

144144
private final File directory;

0 commit comments

Comments
 (0)