diff --git a/build.gradle.kts b/build.gradle.kts index ff0a751..3860a32 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -61,8 +61,8 @@ dependencies { modCompile("net.fabricmc:fabric:0.2.7+build.127") - modCompile("io.github.cottonmc:cotton-client-commands:0.3.0+1.14-SNAPSHOT") - include("io.github.cottonmc:cotton-client-commands:0.3.0+1.14-SNAPSHOT") + modCompile("io.github.cottonmc:cotton-client-commands:0.3.1+1.14-SNAPSHOT") + include("io.github.cottonmc:cotton-client-commands:0.3.1+1.14-SNAPSHOT") } minecraft { diff --git a/gradle.properties b/gradle.properties index d8e54c1..4061e49 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ #Done to increase the memory available to gradle. -org.gradle.jvmargs=-Xmx1G \ No newline at end of file +org.gradle.jvmargs=-Xmx1G