We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01d80bd commit ae6f7ffCopy full SHA for ae6f7ff
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## Unreleased
2
3
+## 1.11.4
4
+
5
- Bugfix: Ignore fake game messages submitted by other external plugins. (#691)
6
- Dev: Fix link to `dinkHandler.js` example. (#684)
7
build.gradle.kts
@@ -44,7 +44,7 @@ dependencies {
44
}
45
46
group = "dinkplugin"
47
-version = "1.11.3"
+version = "1.11.4"
48
49
tasks.withType<JavaCompile> {
50
options.encoding = "UTF-8"
0 commit comments