diff --git a/README.md b/README.md index 6b70591..a7ad4d4 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,4 @@ part (enclosed by `{}` or `[]`). ### Other -If you need help with any of my mods just join my [discord server](https://nyon.dev/discord) \ No newline at end of file +If you need help with any of my mods just join my [discord server](https://nyon.dev/discord). \ No newline at end of file diff --git a/build.gradle.kts b/build.gradle.kts index 1773d65..0006683 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -109,7 +109,7 @@ tasks { val changelogText = buildString { append("# v${project.version}\n") - if (beta != null) append("### As this is still a beta version, this version can contain bugs. Feel free to report ANY misbehaviours and errors!") + if (beta != null) appendLine("### As this is still a beta version, this version can contain bugs. Feel free to report ANY misbehaviours and errors!") rootDir.resolve("changelog.md").readText().also(::append) }