Skip to content

Commit

Permalink
Release v1.10.3 (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
iProdigy authored Jul 22, 2024
1 parent 41cc135 commit 0b2d9a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Unreleased

## 1.10.3

- Minor: Add advanced setting to keep config synchronized with a remote URL. (#488)
- Minor: Allow filtering of loot notifications if both rarity and value thresholds are not met. (#499)

## 1.10.2
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
}

group = "dinkplugin"
version = "1.10.2"
version = "1.10.3"

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

0 comments on commit 0b2d9a1

Please sign in to comment.