From a0736f77b4d753907ae66053d5981753d5c6559e Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 07:52:55 +0000 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6002a0b..da88676 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Add it as a dependency to your Gradle project: ```kotlin dependencies { - modImplementation("net.fabricmc:fabric-language-kotlin:1.12.2+kotlin.2.0.21") + modImplementation("net.fabricmc:fabric-language-kotlin:1.12.3+kotlin.2.0.21") } ``` @@ -35,7 +35,7 @@ Remember to the add a dependency entry to your `fabric.mod.json` file: ] }, "depends": { - "fabric-language-kotlin": ">=1.12.2+kotlin.2.0.21" + "fabric-language-kotlin": ">=1.12.3+kotlin.2.0.21" } } ```