Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaming32 committed Jun 22, 2024
1 parent 1ec4368 commit f42bac3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions changelogs/0.4.13.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## Changes

- Add Ukrainian translations (thanks to [Denys](https://github.com/Veydzher))
- Remove support for 1.17.1
- Add support for 1.21
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ org.gradle.jvmargs=-Xmx3G
# Mod properties
mod.name=World Host
mod.id=world-host
mod.version=0.4.12
mod.version=0.4.13
mod.group=io.github.gaming32
2 changes: 1 addition & 1 deletion version.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ unimined.minecraft {

when {
isFabric -> fabric {
loader("0.15.6")
loader("0.15.11")
}
isForge -> minecraftForge {
loader(when(mcVersion) {
Expand Down

0 comments on commit f42bac3

Please sign in to comment.