Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
booky10 committed Aug 12, 2023
1 parent b13c66a commit 03a1fe4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.4.1

- Add 23w31a and 23w32a version data to web viewer
- Select latest stable version by default in web viewer
- Correctly set mixin refmap name (resolves crash when Noxesium is installed)

## v1.4.0

### Fixes
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.0+${getGitCommit()}"
version = "1.4.1+${getGitCommit()}"
group = "dev.booky"

repositories {
Expand Down

0 comments on commit 03a1fe4

Please sign in to comment.