From 585125aad59731df93178ce1b03f23db347e24bddcddae5617bcb9d59fb76d10 Mon Sep 17 00:00:00 2001 From: Minimons Date: Wed, 26 Nov 2025 13:02:43 +0100 Subject: [PATCH] NoIssue: Release v0.0.0 --- README.md | 1 + build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d71ea6..e962879 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,4 @@ Explain how to use this module ## Release log: | Date | Version | Description | |:-----------------|:--------------:|----------------------| +| 2025/11/26 | v0.0.0 | First dummy release | diff --git a/build.gradle.kts b/build.gradle.kts index eca88c3..ae548ec 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -30,7 +30,7 @@ repositories { dependencies { implementation("org.jetbrains:annotations:26.0.1") implementation("log4j:log4j:1.2.17") - implementation("com.r35157.libs:testtools-api:0.0-dev") + implementation("com.r35157.libs:testtools-api:0.0.0") } java {