Updated version from 1.5 to 1.5.1

This commit is contained in:
nathan 2020-06-24 10:25:58 +02:00
parent 0f466ec40e
commit ca72e2db72
1 changed files with 1 additions and 1 deletions

View File

@ -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"
const val version = "1.5.1"
// set as project.ext
const val name = "Utilities"