NoIssue: Release v0.0.0

This commit is contained in:
Minimons
2025-11-28 21:21:57 +01:00
parent 1a4064fd67
commit 107e2e22da
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/11/28 | 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:testtool-api:0.0-dev")
implementation("com.r35157.nenjim:testtool-api:0.0.0")
}
java {