Bump version to 1.2

This commit is contained in:
ligi 2022-01-14 21:17:31 +01:00
parent 12d2c2f878
commit 40b922d96d
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.1"
version = "1.2"
from(components["java"])
}