Skip to content

Commit 29d0623

Browse files
committed
Update to 1.21.5 & bump version to 1.2.4
1 parent c5e1146 commit 29d0623

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
blockProtVersion=1.2.3
2-
nbtApiVersion=2.14.1-SNAPSHOT
3-
anvilGuiVersion=1.10.4-SNAPSHOT
1+
blockProtVersion=1.2.4
2+
nbtApiVersion=2.14.2-SNAPSHOT
3+
anvilGuiVersion=1.10.5-SNAPSHOT
44
townyVersion=0.98.1.6
55
papiVersion=2.11.6
66
worldGuardVersion=7.0.7

spigot/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,10 @@ tasks.build {
126126
}
127127

128128
tasks.runServer {
129-
minecraftVersion("1.21.3")
130129
downloadPlugins {
131130
url("https://download.luckperms.net/1561/bukkit/loader/LuckPerms-Bukkit-5.4.146.jar")
132131
}
132+
minecraftVersion("1.21.5")
133133
}
134134

135135
publishing {

0 commit comments

Comments
 (0)