diff --git a/README.md b/README.md index da0edc4..1035a86 100644 --- a/README.md +++ b/README.md @@ -37,12 +37,12 @@ Or for mojang-mapped jar: ``` -Replace VERSION with the Version you want, for example for v2.1.20, you would use: +Replace VERSION with the Version you want, for example for v2.1.21, you would use: ```xml com.github.ZockerAxel CrazyAdvancementsAPI - v2.1.20 + v2.1.21 ``` @@ -68,10 +68,10 @@ dependencies { } ``` -And replace VERSION with the Version you want, for exmaple for v2.1.20, you would use: +And replace VERSION with the Version you want, for exmaple for v2.1.21, you would use: ```kts dependencies { - compileOnly("com.github.ZockerAxel:CrazyAdvancementsAPI:v2.1.20") + compileOnly("com.github.ZockerAxel:CrazyAdvancementsAPI:v2.1.21") } ```