We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a8673a commit 22b1e53Copy full SHA for 22b1e53
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## Unreleased
2
3
+## 1.1.1
4
+
5
- Minor: Use notifier-specific screenshot filenames. (#79)
6
- Minor: Support notifier-specific webhook URLs. (#78)
7
- Dev: Explicitly define achievement diaries. (#80)
build.gradle.kts
@@ -39,7 +39,7 @@ dependencies {
39
}
40
41
group = "dinkplugin"
42
-version = "1.1.0"
+version = "1.1.1"
43
44
tasks.withType<JavaCompile> {
45
options.encoding = "UTF-8"
0 commit comments