diff options
author | asie <kontakt@asie.pl> | 2019-04-21 13:02:25 +0200 |
---|---|---|
committer | asie <kontakt@asie.pl> | 2019-04-21 13:02:25 +0200 |
commit | 4b9097bcf1cd255725e7e9fde410629c8deaab17 (patch) | |
tree | 8911ea627097dd0bdbac8ee44205ed2406924a6a | |
parent | 1b8a889c5b8fdb81ecaadeb5a73d0231f2197b91 (diff) |
actually update to Loom 0.2.1
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 2d6c792..edb04ef 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '0.2.0-SNAPSHOT' + id 'fabric-loom' version '0.2.1-SNAPSHOT' id 'maven-publish' } |