diff options
author | Modmuss50 <[email protected]> | 2019-07-14 18:26:33 +0100 |
---|---|---|
committer | keuin <[email protected]> | 2020-04-23 00:20:29 +0800 |
commit | 19a2bec09791ededa6ce969eff86b3011231a690 (patch) | |
tree | 81cb3f340471913835b8a993e62af2e723623608 | |
parent | d9d9dcee577eff7f53363f9fca7e6a2fcca6f7aa (diff) |
Update API version to fix a bug with crashes.
Sadly this bug snuck into previous versions, this has been fixed.
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 8820f34..1d9ad62 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.3.0+build.187 + fabric_version=0.3.0+build.197 |