diff --git a/neko-engine/build.gradle b/neko-engine/build.gradle index 69cb970..7db1e19 100644 --- a/neko-engine/build.gradle +++ b/neko-engine/build.gradle @@ -7,7 +7,7 @@ plugins { } group 'de.twometer' -version '2.3.0' +version '2.3.1' /* Version configuration */ project.ext.lwjglVersion = "3.2.3" diff --git a/neko-engine/src/main/kotlin/de/twometer/neko/Neko.kt b/neko-engine/src/main/kotlin/de/twometer/neko/Neko.kt index cb46328..39f7074 100644 --- a/neko-engine/src/main/kotlin/de/twometer/neko/Neko.kt +++ b/neko-engine/src/main/kotlin/de/twometer/neko/Neko.kt @@ -2,6 +2,6 @@ package de.twometer.neko object Neko { - const val VERSION = "2.3.0" + const val VERSION = "2.3.1" } \ No newline at end of file