We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f77df37 commit 81319c7Copy full SHA for 81319c7
README.md
@@ -19,7 +19,7 @@ DIH4JDA itself is distributed through [Maven Central](https://central.sonatype.d
19
<dependency>
20
<groupId>xyz.dynxsty</groupId>
21
<artifactId>dih4jda</artifactId>
22
- <version>1.6.0-beta.3</version>
+ <version>1.6.0</version>
23
</dependency>
24
```
25
@@ -28,7 +28,7 @@ DIH4JDA itself is distributed through [Maven Central](https://central.sonatype.d
28
```kotlin
29
dependencies {
30
[...]
31
- implementation("xyz.dynxsty:dih4jda:1.6.0-beta.3")
+ implementation("xyz.dynxsty:dih4jda:1.6.0")
32
}
33
34
0 commit comments