Skip to content

Commit f9779ef

Browse files
committed
Finish 1.4.0
2 parents a79260a + 841df44 commit f9779ef

File tree

24 files changed

+114
-2541
lines changed

24 files changed

+114
-2541
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# jMonkeyBuilder 1.3.2 #
1+
# jMonkeyBuilder 1.4.0 #
22
### It's 3D Editor to prepare/work/create graphics content for jMonkeyEngine 3.2 ###
33

44
[![Join the chat at https://gitter.im/jME3-SpaceShift-Editor/Lobby](https://badges.gitter.im/jME3-SpaceShift-Editor/Lobby.svg)](https://gitter.im/jME3-SpaceShift-Editor/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

app.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.2
1+
1.4.0

build-native.xml

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

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

88
<condition property="gradle.executable" value="${basedir}/../gradlew.bat"

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ apply plugin: 'idea'
1313
apply plugin: 'org.junit.platform.gradle.plugin'
1414

1515
group = 'com.spaceshift'
16-
version = '1.3.2'
16+
version = '1.4.0'
1717

1818
sourceCompatibility = 1.8
1919
targetCompatibility = 1.8
@@ -58,7 +58,7 @@ dependencies {
5858
compile 'org.controlsfx:controlsfx:8.40.13'
5959

6060
compile 'com.github.JavaSaBr:RlibFX:4.1.3'
61-
compile 'com.github.JavaSaBr:RLib:6.5.1'
61+
compile 'com.github.JavaSaBr:RLib:6.5.3'
6262
compile 'com.github.JavaSaBr:JME3-JFX:1.6.1'
6363

6464
// https://mvnrepository.com/artifact/org.apache.commons/commons-lang3
340 KB
Binary file not shown.

src/main/java/com/jme3/scene/control/LightControl.java

Lines changed: 0 additions & 201 deletions
This file was deleted.

src/main/java/com/jme3/terrain/executor/TerrainExecutorService.java

Lines changed: 0 additions & 108 deletions
This file was deleted.

0 commit comments

Comments
 (0)