diff --git a/.github/README.md b/.github/README.md index 46312d7ea1b..f388943d70e 100644 --- a/.github/README.md +++ b/.github/README.md @@ -51,8 +51,8 @@ repositories { ### Dependency Section ```kt dependencies { - implementation("net.onelitefeather.microtus:Minestom:1.1.3-SNAPSHOT") - testImplementation("net.onelitefeather.microtus.testing:testing:1.1.3-SNAPSHOT") + implementation("net.onelitefeather.microtus:Minestom:1.3.2-SNAPSHOT") + testImplementation("net.onelitefeather.microtus.testing:testing:1.3.2-SNAPSHOT") } ``` @@ -65,8 +65,8 @@ For example: `1.1.0` ### Dependency Section ```kt dependencies { - implementation("net.onelitefeather.microtus:Minestom:1.1.3") - testImplementation("net.onelitefeather.microtus.testing:testing:1.1.3") + implementation("net.onelitefeather.microtus:Minestom:1.3.1") + testImplementation("net.onelitefeather.microtus.testing:testing:1.3.1") } ```