diff options
author | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-01-23 20:49:36 +0200 |
---|---|---|
committer | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-01-23 20:49:36 +0200 |
commit | 85dff99bf9edef1ee6e28b0959d2d39234d95cf9 (patch) | |
tree | 80c5683db48d708bebfb33f16edb8ea072c69215 /gradle.properties | |
parent | 48a6356cc9941293f5ad9a7921b927098877d5cd (diff) | |
download | LibGui-85dff99bf9edef1ee6e28b0959d2d39234d95cf9.tar.gz LibGui-85dff99bf9edef1ee6e28b0959d2d39234d95cf9.tar.bz2 LibGui-85dff99bf9edef1ee6e28b0959d2d39234d95cf9.zip |
Update to 1.15.2, javadoc fixes
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gradle.properties b/gradle.properties index 632492a..2586ca0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,15 +3,15 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/use - minecraft_version=1.15.1 - yarn_mappings=1.15.1+build.37 - loader_version=0.7.4+build.177 + minecraft_version=1.15.2 + yarn_mappings=1.15.2+build.2 + loader_version=0.7.5+build.178 # Mod Properties - mod_version = 1.4.0 + mod_version = 1.5.0 maven_group = io.github.cottonmc archives_base_name = LibGui # Dependencies - fabric_version=0.4.28+build.288-1.15 + fabric_version=0.4.29+build.290-1.15 jankson_version=2.0.1+j1.2.0 |