NoIssue: Release v0.0.0

This commit is contained in:
Minimons
2026-01-24 11:10:36 +01:00
parent 2ef2f761c8
commit 8f197468b2
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 |
|:-----------------|:--------------:|----------------------|
| 2026/01/24 | 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:kicker-api:0.0-dev")
implementation("com.r35157.nenjim:kicker-api:0.0.0")
}
java {