diff options
author | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-01-19 12:34:13 +0200 |
---|---|---|
committer | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-01-19 12:34:13 +0200 |
commit | 442cd519544d6ab72e2978a1e2fa9fac26457d19 (patch) | |
tree | 904f0470b1d00ac15bc60edb410e49394001621d | |
parent | 12544fcbe6ea562fd8025879b5f68a95baf329ed (diff) | |
download | LibGui-442cd519544d6ab72e2978a1e2fa9fac26457d19.tar.gz LibGui-442cd519544d6ab72e2978a1e2fa9fac26457d19.tar.bz2 LibGui-442cd519544d6ab72e2978a1e2fa9fac26457d19.zip |
Verbump to 1.4.01.4.0
-rw-r--r-- | gradle.properties | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gradle.properties b/gradle.properties index cdb0d5e..632492a 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 - yarn_mappings=1.15+build.2 - loader_version=0.7.2+build.174 + minecraft_version=1.15.1 + yarn_mappings=1.15.1+build.37 + loader_version=0.7.4+build.177 # Mod Properties - mod_version = 1.4.0-beta.1 + mod_version = 1.4.0 maven_group = io.github.cottonmc archives_base_name = LibGui # Dependencies - fabric_version=0.4.24+build.279-1.15 + fabric_version=0.4.28+build.288-1.15 jankson_version=2.0.1+j1.2.0 |