Skip to content

Commit

Permalink
Release v1.8.1 (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
Felanbird authored Dec 14, 2023
1 parent f98f9a7 commit a4fb557
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Unreleased

## 1.8.1

- Dev: Changed the plugin icon to a Christmas version. (#393)
- Dev: Refactor widget ID packing. (#389)

## 1.8.0

- Major: Add notifier to capture trades with other players. (#361)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
}

group = "dinkplugin"
version = "1.8.0"
version = "1.8.1"

tasks.withType<JavaCompile> {
options.encoding = "UTF-8"
Expand Down

0 comments on commit a4fb557

Please sign in to comment.