Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
booky10 committed Dec 5, 2023
1 parent f0cc03e commit bf1fc22
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v1.4.2

- Add more version data to web viewer (versions 23w33a to 1.20.3)
- Use sha256 instead of sha512 checksums for yarn (works around sha512 checksum being wrong sometimes)
- Fix mixin refmap filename looking weird
- Add static mappings getter to fabric mod class

## v1.4.1

- Add 23w31a and 23w32a version data to web viewer
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ subprojects {
apply<JavaLibraryPlugin>()
apply<MavenPublishPlugin>()

version = "1.4.1+${getGitCommit()}"
version = "1.4.2+${getGitCommit()}"
group = "dev.booky"

repositories {
Expand Down

0 comments on commit bf1fc22

Please sign in to comment.