diff --git a/README.md b/README.md index 3f906e12..66b178de 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ In order to add it to your server, add the below line under dependencies in your build.gradle.kts. ```kts -implementation("net.rsprot:osrs-228-api:1.0.0-ALPHA-20250117") +implementation("net.rsprot:osrs-228-api:1.0.0-ALPHA-20250122") ``` An in-depth tutorial on how to implement it will be added into this read-me diff --git a/build.gradle.kts b/build.gradle.kts index e66d5cf9..ec1335e9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -14,7 +14,7 @@ plugins { allprojects { group = "net.rsprot" - version = "1.0.0-ALPHA-20250117" + version = "1.0.0-ALPHA-20250122" repositories { mavenCentral()