Skip to content

Commit b751aa8

Browse files
committed
fixed version in the build script.
1 parent d5b5c78 commit b751aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-native.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<project name="jME SpaceShift Editor" default="do-deploy" basedir="native-build"
33
xmlns:fx="javafx:com.sun.javafx.tools.ant">
44

5-
<property name="editor.version" value="0.9.11"/>
5+
<property name="editor.version" value="0.9.12"/>
66
<property environment="env"/>
77

88
<condition property="gradle.executable" value="${env.GRADLE_HOME}/bin/gradle.bat"

0 commit comments

Comments
 (0)