From a5676ce58ff0c3dd1a09d2c8a3e929a93ad18c10 Mon Sep 17 00:00:00 2001 From: Fruxz Date: Sun, 17 Sep 2023 19:38:01 +0200 Subject: [PATCH] chore: remove rc tag of since version because the rc is the final version and should not be explicitly talked about in an "since what?" context --- src/main/kotlin/dev/fruxz/kojang/Kojang.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/dev/fruxz/kojang/Kojang.kt b/src/main/kotlin/dev/fruxz/kojang/Kojang.kt index f165b2d..c941d97 100644 --- a/src/main/kotlin/dev/fruxz/kojang/Kojang.kt +++ b/src/main/kotlin/dev/fruxz/kojang/Kojang.kt @@ -19,7 +19,7 @@ import java.util.* * This class helps to get information about players/users from Mojang. * This utilizes the [Mojang API from Electroid](https://github.com/Electroid/mojang-api). * @author Fruxz - * @since 1.0-RC + * @since 1.0 */ @Suppress("MemberVisibilityCanBePrivate") public object Kojang {