From caae5a67678bedd0f43350bc7563b31f106fc0da Mon Sep 17 00:00:00 2001 From: az Date: Thu, 11 Feb 2021 19:34:33 +0100 Subject: [PATCH] v0.8.5 --- build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index b8c3218..bec2341 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ apply plugin: 'org.jetbrains.kotlin.plugin.serialization' apply plugin: 'maven-publish' group = 'io.provs' -version = '0.8.5-SNAPSHOT' +version = '0.8.5' repositories { mavenCentral() @@ -144,7 +144,6 @@ publishing { name = 'Job-Token' value = System.getenv("CI_JOB_TOKEN") } - // project id: 23966425 authentication { header(HttpHeaderAuthentication) }