Updated version from 1.0 to 1.1

This commit is contained in:
nathan 2019-03-25 23:59:14 +01:00
parent 4f7f884a5c
commit f87392e4ca
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,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.0"
const val version = "1.1"
// set as project.ext
const val name = "Utilities"