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