Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
ImDaMilan committed Feb 11, 2023
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
Expand Up @@ -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>
```
Expand All @@ -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>
```
Expand All @@ -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:
Expand All @@ -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!
Expand Down

0 comments on commit 3396a6c

Please sign in to comment.