From 9cac6fce27f0a5baa0b59cbf904dfc485aaf6415 Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 30 Jun 2020 23:56:17 +0200 Subject: [PATCH] Updated version from 1.5.2 to 1.5.3 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index b1abb8f..14acbba 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.2" + const val version = "1.5.3" // set as project.ext const val name = "Utilities"