Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
ImDaMilan committed Feb 11, 2023

Verified

This commit was signed with the committer’s verified signature.
torkelrogstad Torkel Rogstad
2 parents bae361e + ddf9842 commit 3396a6c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -312,7 +312,7 @@ For the latest stable release use:
<dependency>
<groupId>com.github.ImDaMilan</groupId>
<artifactId>SpigotAdditions</artifactId>
<version>1.2</version>
<version>1.2.1</version>
<scope>provided</scope>
</dependency>
```
@@ -327,7 +327,7 @@ For the latest development build use:
<dependency>
<groupId>com.github.ImDaMilan</groupId>
<artifactId>SpigotAdditions</artifactId>
<version>1.2</version>
<version>1.2.1</version>
<scope>provided</scope>
</dependency>
```
@@ -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!

0 comments on commit 3396a6c

Please sign in to comment.