From 9191a8af7631bfad4b3add81d318f13e3ea5e472 Mon Sep 17 00:00:00 2001 From: Juuxel Date: Sun, 5 May 2019 17:53:31 +0300 Subject: [PATCH] Version 0.2.0-pre.1, update included Cotton --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 75c25546f..d5be211eb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ base { archivesBaseName = "Adorn" } -version = "0.2.0+1.14" +version = "0.2.0-pre.1+1.14" allprojects { apply(plugin = "java") @@ -74,5 +74,5 @@ dependencies { // Other mods modCompileAndInclude("polyester:Polyester:0.2.2+1.14") modCompileAndInclude("towelette:Towelette:1.5.2") - modCompileAndInclude("io.github.cottonmc:cotton:0.6.3+1.14-SNAPSHOT") + modCompileAndInclude("io.github.cottonmc:cotton:0.6.4+1.14-SNAPSHOT") }