Skip to content

Commit 83146c1

Browse files
authored
chore: bump version to 1.21.11-2.59.1 and fix button labels in SearchDialog (#221)
2 parents d04faf6 + fc29904 commit 83146c1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
77
javaVersion=25
88
mcVersion=1.21.11
99
group=dev.slne.surf
10-
version=1.21.11-2.59.0
10+
version=1.21.11-2.59.1
1111
relocationPrefix=dev.slne.surf.surfapi.libs
1212
snapshot=false

surf-api-bukkit/surf-api-bukkit-api/src/main/kotlin/dev/slne/surf/surfapi/bukkit/api/dialog/search/SearchDialog.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ fun searchDialog(
8888

8989
type {
9090
confirmation {
91-
yes {
91+
no {
9292
label(searchButton.label)
9393
tooltip(searchButton.tooltip)
9494

@@ -102,7 +102,7 @@ fun searchDialog(
102102
}
103103
}
104104

105-
no {
105+
yes {
106106
label(cancelButton.label)
107107
tooltip(cancelButton.tooltip)
108108

0 commit comments

Comments
 (0)