From 1b79ebf327841592e28bd6a911fcd40e59b6ba4e Mon Sep 17 00:00:00 2001 From: AratakiLeo <83653555+aratakileo@users.noreply.github.com> Date: Wed, 3 Jan 2024 18:41:12 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ca1431..ecfdb19 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ repositories { } dependencies { - modImplementation "maven.modrinth:suggestions-api:1.0.1" + modImplementation "maven.modrinth:suggestions-api:1.0.3" } ``` @@ -27,7 +27,7 @@ repositories { } dependencies { - modImplementation("maven.modrinth", "suggestions-api", "1.0.1") + modImplementation("maven.modrinth", "suggestions-api", "1.0.3") } ```