Skip to content

Commit db1ebe2

Browse files
committed
version bump
1 parent 53c202b commit db1ebe2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ allprojects {
1919
apply(plugin = "io.github.p03w.machete")
2020

2121
group = "dev.isxander"
22-
version = "2.3.0"
22+
version = "2.3.1"
2323

2424
extra.set("changelog", rootProject.file("changelogs/${project.version}.md").takeIf { it.exists() }?.readText() ?: "No changelog is provided")
2525

changelogs/2.3.1.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Fix crash with lithium mod

0 commit comments

Comments
 (0)