diff options
author | modmuss50 <modmuss50@gmail.com> | 2021-08-26 22:20:22 +0100 |
---|---|---|
committer | modmuss50 <modmuss50@gmail.com> | 2021-08-26 22:20:22 +0100 |
commit | 9df9227ee7bc0cca03f248d322941ddb1dcaaed6 (patch) | |
tree | a92587a917e4be8147c8dc7f3cf341c66619fda0 | |
parent | 27c0acc531f739c84108c758115af77c9c3a2a33 (diff) |
Update fabric API
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 88bd90d..fc33b65 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,4 +13,4 @@ org.gradle.jvmargs=-Xmx1G archives_base_name = fabric-example-mod # Dependencies - fabric_version=0.37.2+1.17 + fabric_version=0.39.2+1.17 |