We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae44c21 commit 88de840Copy full SHA for 88de840
1 file changed
build.gradle.kts
@@ -48,7 +48,7 @@ subprojects {
48
apply(plugin = "java")
49
50
group = "dev.mudkip"
51
- version = "0.3.0"
+ version = "0.4.0"
52
java.toolchain.languageVersion = JavaLanguageVersion.of(25)
53
54
repositories {
@@ -70,4 +70,4 @@ subprojects {
70
if (name in setOf("binary", "json")) {
71
applyPublishingSettings()
72
}
73
-}
+}
0 commit comments