Skip to content

Commit 2a34849

Browse files
authored
Release v1.11.3 (#678)
1 parent 966d36a commit 2a34849

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Unreleased
22

3+
## 1.11.3
4+
35
- Bugfix: Allow external plugin notifications to be requested off of the client thread. (#677)
46
- Bugfix: Actually allow null replacements to be sent to the external plugin notifier. (#676)
57

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies {
4444
}
4545

4646
group = "dinkplugin"
47-
version = "1.11.2"
47+
version = "1.11.3"
4848

4949
tasks.withType<JavaCompile> {
5050
options.encoding = "UTF-8"

0 commit comments

Comments
 (0)