From 597b627861566de3e35676faecbbd27840f9fa683418daabe5cdd4359012e63d Mon Sep 17 00:00:00 2001 From: Minimons Date: Fri, 28 Nov 2025 21:29:01 +0100 Subject: [PATCH] NoIssue: Release v0.0.0 --- README.md | 1 + build.gradle.kts | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a747d4..c3c1216 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,4 @@ Explain how to use this module ## Release log: | Date | Version | Description | |:-----------------|:--------------:|----------------------| +| 2025/11/28 | v0.0.0 | First dummy release | diff --git a/build.gradle.kts b/build.gradle.kts index 5990225..7a5b23c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -29,8 +29,8 @@ repositories { dependencies { // The test classes are compiled with these: - implementation("com.r35157.nenjim:testtool-api:0.0-dev") - implementation("com.r35157.nenjim:testtool-impl-ref:0.0-dev") + implementation("com.r35157.nenjim:testtool-api:0.0.0") + implementation("com.r35157.nenjim:testtool-impl-ref:0.0.0") implementation("org.jetbrains:annotations:26.0.1") // The JUnit platform will not be included in the JAR file but are needed for running the tests: