Skip to content

Commit a79260a

Browse files
committed
Finish 1.3.2
2 parents 58f9b92 + cccdd21 commit a79260a

File tree

60 files changed

+1294
-1685
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+1294
-1685
lines changed

README.md

Lines changed: 18 additions & 346 deletions
Large diffs are not rendered by default.

app.version

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

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.1"/>
5+
<property name="editor.version" value="1.3.2"/>
66
<property environment="env"/>
77

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

build.gradle

Lines changed: 4 additions & 4 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.1'
16+
version = '1.3.2'
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.4.1'
61+
compile 'com.github.JavaSaBr:RLib:6.5.1'
6262
compile 'com.github.JavaSaBr:JME3-JFX:1.6.1'
6363

6464
// https://mvnrepository.com/artifact/org.apache.commons/commons-lang3
@@ -125,10 +125,10 @@ dependencies {
125125
compile group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.3'
126126

127127
// extensions
128-
compile ('com.github.JavaSaBr:jmonkeybuilder-extension:1.9.3') {
128+
compile ('com.github.JavaSaBr:jmonkeybuilder-extension:1.9.4') {
129129
exclude group: 'org.jmonkeyengine'
130130
}
131-
compile ('com.github.JavaSaBr:tonegodemitter:2.4.0') {
131+
compile ('com.github.JavaSaBr:tonegodemitter:2.4.1') {
132132
exclude group: 'org.jmonkeyengine'
133133
}
134134

0 commit comments

Comments
 (0)