Skip to content

Commit e979af9

Browse files
committed
updated README.md
1 parent a795a38 commit e979af9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ DIH4JDA itself is distributed through [Maven Central](https://central.sonatype.d
1919
<dependency>
2020
<groupId>xyz.dynxsty</groupId>
2121
<artifactId>dih4jda</artifactId>
22-
<version>1.6.0-beta.2</version>
22+
<version>1.6.0-beta.3</version>
2323
</dependency>
2424
```
2525

2626
### Gradle
2727

28-
```gradle
28+
```kotlin
2929
dependencies {
3030
[...]
31-
implementation("xyz.dynxsty:dih4jda:1.6.0-beta.2")
31+
implementation("xyz.dynxsty:dih4jda:1.6.0-beta.3")
3232
}
3333
```
3434

0 commit comments

Comments
 (0)