v2.0.1 - Hex color support

This commit is contained in:
Frank van der Heijden 2020-07-05 20:16:45 +02:00
parent 5db7fd2ba3
commit f728c3e6bb
No known key found for this signature in database
GPG key ID: 26DA56488D314D11
4 changed files with 48 additions and 3 deletions

View file

@ -5,7 +5,7 @@ plugins {
group = 'net.frankheijden.serverutils'
String dependencyDir = group + '.dependencies'
version = '2.0.0'
version = '2.0.1'
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_1_8