diff --git a/VERSION.txt b/VERSION.txt index ef09838c..0e7b60da 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -7.1.1 \ No newline at end of file +7.1.2 \ No newline at end of file diff --git a/build.gradle.kts b/build.gradle.kts index 339a5d30..bbd20c61 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -47,7 +47,7 @@ subprojects { tasks.withType { options.encoding = Charsets.UTF_8.name() - options.release.set(17) + options.release.set(16) } // For Waterfall and Paper platforms: set version diff --git a/gradle.properties b/gradle.properties index 01507e1a..f8d5e0e6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group = me.xneox -version = 7.1.1 +version = 7.1.2 org.gradle.caching=true org.gradle.parallel=true \ No newline at end of file