We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80a028d commit 6b827e2Copy full SHA for 6b827e2
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Unreleased
2
3
+# 1.0.0
4
+
5
- Major: Add speedrun notifications (#23)
6
- Minor: Add total value pattern for loot and clue scrolls (#33)
7
- Minor: Notify on virtual level ups (#32)
build.gradle.kts
@@ -32,7 +32,7 @@ dependencies {
32
}
33
34
group = "dinkplugin"
35
-version = "1.0-SNAPSHOT"
+version = "1.0.0"
36
37
tasks.withType<JavaCompile> {
38
options.encoding = "UTF-8"
0 commit comments