Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseCorbett committed Jul 14, 2024
1 parent 9d6c79c commit 10e6369
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [5.4.1] - XXXX-XX-XX
## [5.4.1] - 2024-07-14

### Fixed
- Interaction commands defined by the commands DSL should now accept changes for more fields.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {
}

dependencies {
implementation("com.jessecorbett:diskord-bot:5.4.0")
implementation("com.jessecorbett:diskord-bot:5.4.1")
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ kotlin.code.style=official
org.gradle.jvmargs=-Xmx1024M
org.gradle.parallel=true

diskordVersion=5.4.1-SNAPSHOT
diskordVersion=5.4.1

0 comments on commit 10e6369

Please sign in to comment.