We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c54b27 commit e0e55c2Copy full SHA for e0e55c2
CHANGELOG.md
@@ -1,4 +1,6 @@
1
-# Unreleased
+## Unreleased
2
+
3
+## 1.1.0
4
5
- Major: Add achievement diary notifications. (#67)
6
- Major: Add combat achievement notifications. (#63)
build.gradle.kts
@@ -33,7 +33,7 @@ dependencies {
33
}
34
35
group = "dinkplugin"
36
-version = "1.0.3"
+version = "1.1.0"
37
38
tasks.withType<JavaCompile> {
39
options.encoding = "UTF-8"
0 commit comments