We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c882fe9 commit 30c9119Copy full SHA for 30c9119
2 files changed
build.gradle.kts
@@ -12,7 +12,7 @@ architectury {
12
minecraft = libs.versions.minecraft.get()
13
}
14
15
-version = "3.0.2+1.19.4"
+version = "3.0.3+1.19.4"
16
17
val isBeta = "beta" in version.toString()
18
val changelogText = rootProject.file("changelogs/${project.version}.md").takeIf { it.exists() }?.readText() ?: "No changelog provided."
changelogs/3.0.3+1.19.4.md
@@ -0,0 +1 @@
1
+- Fix crashing in some circumstances
0 commit comments