We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 966d36a commit 2a34849Copy full SHA for 2a34849
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## Unreleased
2
3
+## 1.11.3
4
+
5
- Bugfix: Allow external plugin notifications to be requested off of the client thread. (#677)
6
- Bugfix: Actually allow null replacements to be sent to the external plugin notifier. (#676)
7
build.gradle.kts
@@ -44,7 +44,7 @@ dependencies {
44
}
45
46
group = "dinkplugin"
47
-version = "1.11.2"
+version = "1.11.3"
48
49
tasks.withType<JavaCompile> {
50
options.encoding = "UTF-8"
0 commit comments