We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0cc03e commit bf1fc22Copy full SHA for bf1fc22
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## v1.4.2
2
+
3
+- Add more version data to web viewer (versions 23w33a to 1.20.3)
4
+- Use sha256 instead of sha512 checksums for yarn (works around sha512 checksum being wrong sometimes)
5
+- Fix mixin refmap filename looking weird
6
+- Add static mappings getter to fabric mod class
7
8
## v1.4.1
9
10
- Add 23w31a and 23w32a version data to web viewer
build.gradle.kts
@@ -21,7 +21,7 @@ subprojects {
21
apply<JavaLibraryPlugin>()
22
apply<MavenPublishPlugin>()
23
24
- version = "1.4.1+${getGitCommit()}"
+ version = "1.4.2+${getGitCommit()}"
25
group = "dev.booky"
26
27
repositories {
0 commit comments