From 0e1be484aaeec1499fdbe7336289568ce4b80115 Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 7 Jul 2020 17:52:37 +0200 Subject: [PATCH] Updated version from 1.5.3 to 1.5.4 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index feeb8d2..a95adfa 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.3" + const val version = "1.5.4" // set as project.ext const val name = "Utilities"