diff --git a/README.md b/README.md index be0eab2..7ea85b0 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,4 @@ Explain how to use this module ## Release log: | Date | Version | Description | |:-----------------|:--------------:|----------------------| +| 2025/11/26 | v0.0.0 | First dummy release | diff --git a/build.gradle.kts b/build.gradle.kts index 4874640..003cc8c 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.libs:random-api:0.0-dev") - implementation("com.r35157.libs:random-impl-ref:0.0-dev") + implementation("com.r35157.libs:random-api:0.0.0") + implementation("com.r35157.libs:random-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: