diff options
author | Bruno Ploumhans <[email protected]> | 2019-04-08 00:22:51 +0200 |
---|---|---|
committer | keuin <[email protected]> | 2020-04-23 00:20:28 +0800 |
commit | 0f9a69efcd40f0c52c57a55cd752082599a7444b (patch) | |
tree | d2c11e8a7527c7fb7fe3a47f9fa75e6dff6dfc15 | |
parent | c28f2083355c5c6907912424979eb6d5855c1922 (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 |