From da2360a34283bc65f61f6d477c9aa8a85df6266a Mon Sep 17 00:00:00 2001 From: Outspending Date: Fri, 5 Jan 2024 09:37:57 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af21173..9c25bcf 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ repositories { 3. Add the dependency to your `build.gradle` file ```groovy dependencies { - implementation 'com.github.Outspending:BiomesAPI:0.0.2' + implementation 'com.github.Outspending:BiomesAPI:0.0.5' } ``` 4. Build your project