diff --git a/README.md b/README.md index 06aeb6f..9581832 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,4 @@ Explain how to use this module ## Release log: | Date | Version | Description | |:-----------------|:--------------:|----------------------| +| 2025/12/26 | v0.0.0 | First dummy release | diff --git a/build.gradle.kts b/build.gradle.kts index 278f282..44c1543 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:hubd-api:0.0-dev") + implementation("com.r35157.nenjim:hubd-api:0.0.0") } java {