From c0f26cab080c130b11693ea707220a4d20a735fc Mon Sep 17 00:00:00 2001 From: Juuz <6596629+Juuxel@users.noreply.github.com> Date: Thu, 16 Jun 2022 17:10:26 +0300 Subject: Update to 1.19 and bump version to 6.0.0 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index a63469f..0c38833 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { - id 'fabric-loom' version '0.11-SNAPSHOT' - id 'io.github.juuxel.loom-quiltflower' version '1.7.0' + id 'fabric-loom' version '0.12-SNAPSHOT' + id 'io.github.juuxel.loom-quiltflower' version '1.7.2' id 'maven-publish' id 'checkstyle' } -- cgit