Bump to ORX 0.3.41

This commit is contained in:
Edwin Jakobs
2019-11-28 16:36:13 +01:00
committed by GitHub
parent e2108f86e5
commit b781680fb6

View File

@@ -28,7 +28,7 @@ val panelUseSnapshot = false
val panelVersion = if (panelUseSnapshot) "0.4.0-SNAPSHOT" else "0.3.18"
val orxUseSnapshot = false
val orxVersion = if (orxUseSnapshot) "0.4.0-SNAPSHOT" else "0.3.40"
val orxVersion = if (orxUseSnapshot) "0.4.0-SNAPSHOT" else "0.3.41"
// supported features are: orx-camera, orx-compositor,orx-easing, orx-filter-extension,orx-file-watcher,
// orx-integral-image, orx-interval-tree, orx-jumpflood, orx-kdtree, orx-mesh-generators,orx-midi, orx-no-clear,
@@ -144,4 +144,4 @@ tasks.create("zipDistribution", Zip::class.java) {
tasks.create("run", JavaExec::class.java) {
main = applicationMainClass
classpath = sourceSets.main.get().runtimeClasspath
}.dependsOn(tasks.build)
}.dependsOn(tasks.build)