Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit 0feda29

Browse files
committed
up version
1 parent 35519dc commit 0feda29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
`java-library`
1212
}
1313

14-
val minecraftVersion = "1.21.5"
14+
val minecraftVersion = "1.21.6"
1515
val dockyardVersion = properties["dockyard.version"]!!
1616
val gitBranch = "git rev-parse --abbrev-ref HEAD".runCommand()
1717
val gitCommit = "git rev-parse --short=8 HEAD".runCommand()

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
kotlin.daemon.jvmargs=-Xmx3000m
2-
dockyard.version=0.10.3
2+
dockyard.version=0.10.4
33
kotlin.code.style=official

0 commit comments

Comments
 (0)