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 53c202b commit db1ebe2Copy full SHA for db1ebe2
build.gradle.kts
@@ -19,7 +19,7 @@ allprojects {
19
apply(plugin = "io.github.p03w.machete")
20
21
group = "dev.isxander"
22
- version = "2.3.0"
+ version = "2.3.1"
23
24
extra.set("changelog", rootProject.file("changelogs/${project.version}.md").takeIf { it.exists() }?.readText() ?: "No changelog is provided")
25
changelogs/2.3.1.md
@@ -0,0 +1 @@
1
+- Fix crash with lithium mod
0 commit comments