From 7c2df7efce020f0670d1d83bc27d6f601b5fef6f Mon Sep 17 00:00:00 2001 From: Juuz <6596629+Juuxel@users.noreply.github.com> Date: Fri, 18 Mar 2022 00:32:11 +0200 Subject: [PATCH] Update README and plugin version for 1.6.1 --- README.md | 8 ++++++-- build.gradle.kts | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 997ff19..8e34b83 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,10 @@ use [loom-quiltflower-mini](https://github.com/Juuxel/loom-quiltflower-mini) ins ¹ Last supported build: 0.10.27 ² From build 0.10.0.206 onwards +In LQF 1.6.1 and newer, Quilt's Loom fork (`org.quiltmc.loom`) is also supported, +but no specific supported versions are provided. Quilt Loom should be compatible if the corresponding +Fabric Loom version is compatible. + Older versions might be compatible, but using them is unsupported. Bugs caused by outdated Loom versions will not be fixed. ## Getting started @@ -56,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.0' ++ id 'io.github.juuxel.loom-quiltflower' version '1.6.1' id 'maven-publish' } ``` @@ -86,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.0' apply false ++ id 'io.github.juuxel.loom-quiltflower' version '1.6.1' apply false } ``` diff --git a/build.gradle.kts b/build.gradle.kts index 5827459..bc539e7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ plugins { } group = "io.github.juuxel" -version = "1.6.0" +version = "1.6.1" if (file("private.gradle").exists()) { apply(from = "private.gradle")