From 78b36c6fb6a6a90a57234227bc877c8b8299ede169b12bf003f620e700b941c7 Mon Sep 17 00:00:00 2001 From: Morten Green Hermansen Date: Fri, 26 Dec 2025 15:58:25 +0100 Subject: [PATCH] NoIssue: Release v0.0.0 --- README.md | 1 + build.gradle.kts | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bbc08d6..57555e4 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 dccbf98..21cd638 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -29,8 +29,8 @@ repositories { dependencies { // The test classes are compiled with these: - implementation("com.r35157.nenjim:hubd-api:0.0-dev") - implementation("com.r35157.nenjim:hubd-impl-ref:0.0-dev") + implementation("com.r35157.nenjim:hubd-api:0.0.0") + implementation("com.r35157.nenjim:hubd-impl-ref:0.0.0") implementation("org.jetbrains:annotations:26.0.1") // The JUnit platform will not be included in the JAR file but are needed for running the tests: