Skip to content

Commit cdc4469

Browse files
committed
bumped version to 1.6.1
1 parent a953f52 commit cdc4469

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ 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</version>
22+
<version>1.6.1</version>
2323
</dependency>
2424
```
2525

@@ -28,7 +28,7 @@ DIH4JDA itself is distributed through [Maven Central](https://central.sonatype.d
2828
```kotlin
2929
dependencies {
3030
[...]
31-
implementation("xyz.dynxsty:dih4jda:1.6.0")
31+
implementation("xyz.dynxsty:dih4jda:1.6.1")
3232
}
3333
```
3434

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ fun getProjectProperty(name: String) = project.properties[name] as? String
1616

1717
group = "xyz.dynxsty"
1818
val archivesBaseName = "dih4jda"
19-
version = "1.6.0"
19+
version = "1.6.1"
2020

2121
val javaVersion = JavaVersion.current()
2222
var isCI: Boolean = System.getProperty("GIT_COMMIT") != null // jitpack

0 commit comments

Comments
 (0)