From b41622846fd00b43c846488bec1dc87452bde543 Mon Sep 17 00:00:00 2001 From: PlatanoBailando <13842799+cjmang@users.noreply.github.com> Date: Thu, 13 Aug 2026 17:57:52 -0500 Subject: [PATCH] Update readme.md Fixing version in readme --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 9e09101..d43970e 100644 --- a/readme.md +++ b/readme.md @@ -14,7 +14,7 @@ To use maven add this dependency to your `pom.xml`: io.github.archipelagomw Java-Client - 0.2.0 + 0.2.1 ``` @@ -22,7 +22,7 @@ To use maven add this dependency to your `pom.xml`: To use Gradle add the maven central repository to your repositories list: then add this to your `dependancy` section ```groovy -implementation 'io.github.archipelagomw:Java-Client:0.2.0' +implementation 'io.github.archipelagomw:Java-Client:0.2.1' ``` ## Using Snapshots