diff --git a/build.gradle.kts b/build.gradle.kts index c43b0b9..4452f81 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ dependencies { allprojects { group = "net.islandearth.rpgregions" - version = "1.4.5" + version = "1.4.6" //tasks.withType(JavaCompile).configureEach { // ensure that the encoding is set to UTF-8, no matter what the system default is