diff --git a/README.md b/README.md
index 47fbc61..7261e04 100644
--- a/README.md
+++ b/README.md
@@ -33,12 +33,12 @@ You can then include the dependency in your project.
net.hypixel
mod-api
- 0.2.0
+ 0.2.1
```
```gradle
dependencies {
- implementation 'net.hypixel:mod-api:0.2.0'
+ implementation 'net.hypixel:mod-api:0.2.1'
}
```
diff --git a/pom.xml b/pom.xml
index fca1d9f..3cdb3d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
net.hypixel
mod-api
- 0.2.0
+ 0.2.1
8