File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ DIH4JDA itself is distributed through [Maven Central](https://central.sonatype.d
19
19
<dependency >
20
20
<groupId >xyz.dynxsty</groupId >
21
21
<artifactId >dih4jda</artifactId >
22
- <version >1.6.0 </version >
22
+ <version >1.6.1 </version >
23
23
</dependency >
24
24
```
25
25
@@ -28,7 +28,7 @@ DIH4JDA itself is distributed through [Maven Central](https://central.sonatype.d
28
28
``` kotlin
29
29
dependencies {
30
30
[.. .]
31
- implementation(" xyz.dynxsty:dih4jda:1.6.0 " )
31
+ implementation(" xyz.dynxsty:dih4jda:1.6.1 " )
32
32
}
33
33
```
34
34
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ fun getProjectProperty(name: String) = project.properties[name] as? String
16
16
17
17
group = " xyz.dynxsty"
18
18
val archivesBaseName = " dih4jda"
19
- version = " 1.6.0 "
19
+ version = " 1.6.1 "
20
20
21
21
val javaVersion = JavaVersion .current()
22
22
var isCI: Boolean = System .getProperty(" GIT_COMMIT" ) != null // jitpack
You can’t perform that action at this time.
0 commit comments