From ddf9842e3019d3fc7956096cac8c743e4cc20f36 Mon Sep 17 00:00:00 2001
From: ImDaMilan <86646084+ImDaMilan@users.noreply.github.com>
Date: Sun, 29 Jan 2023 15:12:15 +0100
Subject: [PATCH] Update README.md
---
README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
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!