diff options
author | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-11-26 18:25:29 +0200 |
---|---|---|
committer | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-11-26 18:25:29 +0200 |
commit | 50bcec28d59d04b9ec8ceead159df0e7c659491c (patch) | |
tree | db6f7eee1a3d949ee9ae0e15f783d7291df59bc3 /gradle.properties | |
parent | 272837528c7bf23e7e289d46fb4510d06102cca7 (diff) | |
download | LibGui-50bcec28d59d04b9ec8ceead159df0e7c659491c.tar.gz LibGui-50bcec28d59d04b9ec8ceead159df0e7c659491c.tar.bz2 LibGui-50bcec28d59d04b9ec8ceead159df0e7c659491c.zip |
Fix compilation issues, add support for tooltip components (also from data and widgets)
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index be7ce1c..84be842 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,4 +15,4 @@ org.gradle.jvmargs=-Xmx1G # Dependencies fabric_version=0.26.4+1.17 jankson_version=3.0.1+j1.2.0 - modmenu_version=1.14.6+build.31 + modmenu_version=2.0.0-beta.1+build.2 |