From b781680fb6322a12417176591acde9407567480d Mon Sep 17 00:00:00 2001 From: Edwin Jakobs Date: Thu, 28 Nov 2019 16:36:13 +0100 Subject: [PATCH] Bump to ORX 0.3.41 --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2d4e374..7917960 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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) \ No newline at end of file +}.dependsOn(tasks.build)