diff --git a/README.md b/README.md index f27ab4a..6eb4d62 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 ae0ede2..4a3a86c 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.nenjim:testtool-api:0.0-dev") + implementation("com.r35157.nenjim:testtool-api:0.0.0") } java {