diff --git a/README.md b/README.md index 3bb0c07..9defcb1 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Once that's done, add the following dependency to your `build.gradle.kts` file: ```kotlin dependencies { - implementation("net.theevilreaper:xerus:1.11.1") + implementation("net.theevilreaper:xerus:1.12.1") } ```