Skip to content

Commit 03a48a8

Browse files
committed
Bump version + changelog
1 parent 5a147e6 commit 03a48a8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

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.3.1+1.20.4"
15+
version = "3.3.2+1.20.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.3.2+1.20.4.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# YetAnotherConfigLib v3.3.2 for 1.20.4
2+
3+
- Hook into the resource reloader to preload any webp/gif files that are used.
4+
This should make loading images when opening GUIs appear instantaneous.
5+
- Fix issue where buttons got stuck and appeared as though nothing had saved.

0 commit comments

Comments
 (0)