Skip to content

Commit

Permalink
fix region marker
Browse files Browse the repository at this point in the history
  • Loading branch information
Z0rdak committed Aug 17, 2024
1 parent 23aa900 commit 0a3cd28
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# [0.0.4.0-beta2] - 2024-08-13
# [0.0.4.0-beta2] - 2024-08-18

## Changed

* Bump forge version to 47.3.0
* The error message for creating a region now specifies whether the parent region is unsuitable due to permission issues or because it doesn't contain the child region.

## Fixed

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
minecraft_version=1.20.1
minecraft_version_range=[1.20.1,)
forge_version=47.2.32
forge_version=47.3.0
forge_version_range=[47,)
loader_version_range=[47,)
mappings_channel=official
mod_id=yawp
mod_name=Yet Another World Protector
mod_version=0.0.4.0-beta1
mod_version=0.0.4.0-beta2
mod_base_package=de.z0rdak
mod_authors=Z0rdak
mod_license=AGPL v3
Expand Down

0 comments on commit 0a3cd28

Please sign in to comment.