0.0.1-alpha-2
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Raffaele Mignone 2020-06-25 14:06:22 +02:00
parent 299b79a499
commit 48407f7ebd
Signed by: norangebit
GPG Key ID: F5255658CB220573
1 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ plugins {
}
group = "it.unisannio.assd.untori"
version = "0.0.1-alpha"
version = "0.0.1-alpha-2"
repositories {
mavenCentral()
@ -67,7 +67,7 @@ bintray {
setLicenses("MIT")
desc = description
version.name = "0.0.1-alpha"
version.name = "0.0.1-alpha-2"
}
}
@ -82,4 +82,4 @@ tasks {
compileTestKotlin {
kotlinOptions.jvmTarget = "1.8"
}
}
}