From eb6ef5bf00c7b0323dae805bc09e4ea9eb911b37 Mon Sep 17 00:00:00 2001 From: LoneDev Date: Fri, 13 Oct 2023 14:45:55 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2fa5735..c48a650 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ In your **<dependencies>** section (Replace `VERSION` with the [latest rel com.github.LoneDev6 api-itemsadder - VERSION + 3.6.1 provided ``` @@ -64,7 +64,7 @@ In your **<dependencies>** section (Replace `VERSION` with the [latest rel dev.lone api-itemsadder - VERSION + 3.6.1 provided ``` @@ -87,7 +87,7 @@ repositories { Artifact (Replace `VERSION` with the [latest release](https://github.com/LoneDev6/API-ItemsAdder/packages?ecosystem=maven) of this package): ```gradle dependencies { - compileOnly 'dev.lone:api-itemsadder:VERSION' + compileOnly 'dev.lone:api-itemsadder:3.6.1' } ``` @@ -107,7 +107,7 @@ repositories { Artifact (Replace `VERSION` with the [latest release](https://github.com/LoneDev6/API-ItemsAdder/packages?ecosystem=maven) of this package): ```gradle dependencies { - compileOnly 'com.github.LoneDev6:API-ItemsAdder:VERSION' + compileOnly 'com.github.LoneDev6:API-ItemsAdder:3.6.1' } ```