diff --git a/README.md b/README.md
index 36683d6..8b00cfd 100644
--- a/README.md
+++ b/README.md
@@ -312,7 +312,7 @@ For the latest stable release use:
com.github.ImDaMilan
SpigotAdditions
- 1.2
+ 1.2.1
provided
```
@@ -327,7 +327,7 @@ For the latest development build use:
com.github.ImDaMilan
SpigotAdditions
- 1.2
+ 1.2.1
provided
```
@@ -341,7 +341,7 @@ repositories {
```
```groovy
dependencies {
- implementation 'com.github.ImDaMilan:SpigotAdditions:1.2'
+ implementation 'com.github.ImDaMilan:SpigotAdditions:1.2.1'
}
```
For the latest development build use:
@@ -352,7 +352,7 @@ repositories {
```
```groovy
dependencies {
- implementation 'com.github.ImDaMilan:SpigotAdditions:1.2'
+ implementation 'com.github.ImDaMilan:SpigotAdditions:1.2.1'
}
```
Keep in mind that development builds are not production-ready and should not be used outside of testing environments until the official release for those features appear!