diff options
author | Modmuss50 <modmuss50@gmail.com> | 2019-07-14 18:26:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-14 18:26:33 +0100 |
commit | 2b8fe8c5b3cb16228f0b9b4b3540147a4ceb0c24 (patch) | |
tree | 81cb3f340471913835b8a993e62af2e723623608 /gradle.properties | |
parent | 1962995275c46e58a01772158b2c3b29d2be36a5 (diff) |
Update API version to fix a bug with crashes.
Sadly this bug snuck into previous versions, this has been fixed.
Diffstat (limited to 'gradle.properties')
-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 |