From e93323db8bdf18811fcfc1dee31e192626e18bfc Mon Sep 17 00:00:00 2001 From: nathan Date: Thu, 9 Jul 2020 00:16:54 +0200 Subject: [PATCH] Updated version from 1.5.7 to 1.5.8 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 9a34130..e92e83b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -39,7 +39,7 @@ object Extras { // set for the project const val description = "Utilities for use within Java projects" const val group = "com.dorkbox" - const val version = "1.5.7" + const val version = "1.5.8" // set as project.ext const val name = "Utilities"