diff options
author | Bruno Ploumhans <bruno.ploumhans@gmail.com> | 2019-04-08 00:22:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-08 00:22:51 +0200 |
commit | 79f91b4c7eaed473b4277893bb9bb39e7aa4dd82 (patch) | |
tree | d2c11e8a7527c7fb7fe3a47f9fa75e6dff6dfc15 | |
parent | 7f97ddb3bca84481cfd7990afcfb8d083b6b81e0 (diff) |
Update to fabric 0.2.6.121
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 056db07..1d92fc3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,4 +14,4 @@ org.gradle.jvmargs=-Xmx1G # Dependencies # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric - fabric_version=0.2.4.113 + fabric_version=0.2.6.121 |