Bump version to 1.1

This commit is contained in:
ligi 2021-12-31 09:50:12 +01:00
parent 1f02ea7293
commit 1f42c6bc25
No known key found for this signature in database
GPG Key ID: 8E81894010ABF23D

View File

@ -6,7 +6,7 @@ plugins {
publishing {
publications {
create<MavenPublication>("maven") {
version = "1.0"
version = "1.1"
from(components["java"])
}