Skip to content

Commit

Permalink
bumped version to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DenuxPlays committed Nov 28, 2022
1 parent a953f52 commit cdc4469
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ DIH4JDA itself is distributed through [Maven Central](https://central.sonatype.d
<dependency>
<groupId>xyz.dynxsty</groupId>
<artifactId>dih4jda</artifactId>
<version>1.6.0</version>
<version>1.6.1</version>
</dependency>
```

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

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fun getProjectProperty(name: String) = project.properties[name] as? String

group = "xyz.dynxsty"
val archivesBaseName = "dih4jda"
version = "1.6.0"
version = "1.6.1"

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

0 comments on commit cdc4469

Please sign in to comment.