From 6304beca8eac120afd4f1bb21124016caf726527 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20R=C3=BCmpelein?= Date: Mon, 28 Jun 2021 19:21:06 +0200 Subject: [PATCH] Fix small issue with version, now 0.5.0 --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 879e415..894abc9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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()