Fix small issue with version, now 0.5.0

This commit is contained in:
Oliver Rümpelein 2021-06-28 19:21:06 +02:00
parent 2e799ac5b3
commit 6304beca8e

View file

@ -1,6 +1,6 @@
buildscript {
extra.apply {
set("coroutinesVersion", "1.5")
set("coroutinesVersion", "1.5.0")
set("kotlinVersion", "1.5.20")
}
}
@ -11,7 +11,7 @@ plugins {
}
group = "de.pheerai"
version = "0.0.4-SNAPSHOT"
version = "0.0.5-SNAPSHOT"
repositories {
mavenCentral()