diff options
author | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-05-20 21:44:29 +0300 |
---|---|---|
committer | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-05-20 21:44:29 +0300 |
commit | 003bd359141ec6450de960683d964ec35f671aca (patch) | |
tree | 54180740b6198403278b25ccd027e687ac87d90a | |
parent | 0453c6dfbaa7d83ad5e5cccd0621fc92c63a0614 (diff) | |
download | LibGui-003bd359141ec6450de960683d964ec35f671aca.tar.gz LibGui-003bd359141ec6450de960683d964ec35f671aca.tar.bz2 LibGui-003bd359141ec6450de960683d964ec35f671aca.zip |
Update Loom and ModMenu
-rw-r--r-- | build.gradle | 2 | ||||
-rw-r--r-- | gradle.properties | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index ab52414..0244787 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '0.2.7-SNAPSHOT' + id 'fabric-loom' version '0.4-SNAPSHOT' id 'maven-publish' id "com.jfrog.artifactory" version "4.9.0" } diff --git a/gradle.properties b/gradle.properties index 2f99a27..767d768 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,4 +15,4 @@ org.gradle.jvmargs=-Xmx1G # Dependencies fabric_version=0.10.9+build.346-1.16 jankson_version=2.1.0+j1.2.0 - modmenu_version=1.11.0+build.2 + modmenu_version=1.11.5+build.10 |