From 60bfa3696752cf219dbdc7023a816d71a426883f Mon Sep 17 00:00:00 2001 From: Juuz <6596629+Juuxel@users.noreply.github.com> Date: Wed, 6 Apr 2022 00:52:55 +0300 Subject: [PATCH] Update QF to 1.8.0 and plugin ver. to 1.7.0 --- README.md | 8 ++++---- build.gradle.kts | 2 +- gradle.properties | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8e34b83..a67d11f 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Older versions might be compatible, but using them is unsupported. Bugs caused b ```diff plugins { id 'fabric-loom' version '0.11-SNAPSHOT' -+ id 'io.github.juuxel.loom-quiltflower' version '1.6.1' ++ id 'io.github.juuxel.loom-quiltflower' version '1.7.0' id 'maven-publish' } ``` @@ -90,7 +90,7 @@ Older versions might be compatible, but using them is unsupported. Bugs caused b plugins { id "architectury-plugin" version "3.4-SNAPSHOT" id "dev.architectury.loom" version "0.11.0-SNAPSHOT" apply false -+ id 'io.github.juuxel.loom-quiltflower' version '1.6.1' apply false ++ id 'io.github.juuxel.loom-quiltflower' version '1.7.0' apply false } ``` @@ -115,10 +115,10 @@ You can configure the used version of Quiltflower with the `quiltflower` extensi ```groovy quiltflower { // This is the default; 1.4.0 and above should work - quiltflowerVersion.set("1.7.0") + quiltflowerVersion.set("1.8.0") // If you're using Groovy DSL, you can also specify the version like this: - quiltflowerVersion = '1.7.0' + quiltflowerVersion = '1.8.0' } ``` diff --git a/build.gradle.kts b/build.gradle.kts index bc539e7..ea3d606 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ plugins { } group = "io.github.juuxel" -version = "1.6.1" +version = "1.7.0" if (file("private.gradle").exists()) { apply(from = "private.gradle") diff --git a/gradle.properties b/gradle.properties index ba66c01..28a9257 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ loom-version = 0.7.32 asm-version = 9.1 -quiltflower-version = 1.7.0 +quiltflower-version = 1.8.0 fabric-fernflower-version = 1.4.1 tiny-remapper-version = 0.3.2 stitch-version = 0.6.1