From 9dfc660370837a8911c1e483a1a55bee743e8427 Mon Sep 17 00:00:00 2001 From: Artem IG Date: Fri, 21 Oct 2022 07:03:00 +0300 Subject: [PATCH] !!master --- README.md | 4 ++-- build.gradle.kts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e72aa83..93f6cd3 100644 --- a/README.md +++ b/README.md @@ -62,13 +62,13 @@ variables: [Register](https://getstream.io/blog/publishing-libraries-to-mavencentral-2021/#registering-a-sonatype-account) on the [Sonatype Jira](https://issues.sonatype.org/secure/Dashboard.jspa) -and chat with bots, 🤪 until they **verify** that you can publish a package. +and chat with bots, until they **verify** that you can publish a package. That gives you `SONATYPE_USERNAME` and `SONATYPE_PASSWORD` you can use for publishing. Additionally, you can [generate tokens](https://central.sonatype.org/publish/manage-user/#generate-token-on-nxrm-servers) -to use them instead of the username and password (tokens are safer). The +to use them *instead* of the username and password. The tokens can be placed in the same `SONATYPE_USERNAME` and `SONATYPE_PASSWORD` and do not require other changes. diff --git a/build.gradle.kts b/build.gradle.kts index 5363f5c..d27c611 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,7 +9,7 @@ plugins { } group = "io.github.rtmigo" -version = "0.4.0" // -SNAPSHOT +version = "0.4.1-SNAPSHOT" // repositories { mavenCentral()