Fix small issue with version, now 0.5.0
This commit is contained in:
parent
2e799ac5b3
commit
6304beca8e
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue