NoIssue: Release v0.0.0

This commit is contained in:
2025-12-26 15:51:22 +01:00
parent b736a91df2
commit 0eed8a5fd4
2 changed files with 2 additions and 1 deletions

View File

@@ -14,3 +14,4 @@ Explain how to use this module
## Release log:
| Date | Version | Description |
|:-----------------|:--------------:|----------------------|
| 2025/12/26 | v0.0.0 | First dummy release |

View File

@@ -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 {