diff options
author | Juuz <6596629+Juuxel@users.noreply.github.com> | 2022-06-16 17:10:26 +0300 |
---|---|---|
committer | Juuz <6596629+Juuxel@users.noreply.github.com> | 2022-06-16 17:10:26 +0300 |
commit | c0f26cab080c130b11693ea707220a4d20a735fc (patch) | |
tree | e2ad26b6ee9811d1869deaf286c03102840ee5f0 /build.gradle | |
parent | bf3e130211f6e0c9a1b6fad555fb3d38f6f984ea (diff) | |
download | LibGui-c0f26cab080c130b11693ea707220a4d20a735fc.tar.gz LibGui-c0f26cab080c130b11693ea707220a4d20a735fc.tar.bz2 LibGui-c0f26cab080c130b11693ea707220a4d20a735fc.zip |
Update to 1.19 and bump version to 6.0.0
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
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' } |