Skip to content

Commit db5f3a5

Browse files
committed
Bump version + changelog
1 parent da25c2f commit db5f3a5

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ architectury {
1212
minecraft = libs.versions.minecraft.get()
1313
}
1414

15-
version = "3.0.1+1.19.4"
15+
version = "3.0.2+1.19.4"
1616

1717
val isBeta = "beta" in version.toString()
1818
val changelogText = rootProject.file("changelogs/${project.version}.md").takeIf { it.exists() }?.readText() ?: "No changelog provided."

changelogs/3.0.2+1.19.4.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Fix IntegerFieldController and LongFieldController not allowing negative values.
2+
- Reimplement ButtonOption changing the 'EXECUTE' text with `ButtonOption.Builder#text()`
3+
- Fix a crash on some loads when viewing list widgets.

0 commit comments

Comments
 (0)