Skip to content

Commit

Permalink
[ci skip] Release version 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NonSwag committed Nov 18, 2024
1 parent 183670c commit 08f1c4d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
== 3.0.1

Fix error when an entity un-targets another entity
Fix falling block handling in protected areas
Fix source-target filtering
Improve movement handling logic for players and entities

== 3.0.0

This version introduces a new area file format based on Mojang's NBT format (.dat files).
Expand Down
2 changes: 1 addition & 1 deletion api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "net.thenextlvl.protect"
version = "3.0.0"
version = "3.0.1"

java {
toolchain.languageVersion = JavaLanguageVersion.of(21)
Expand Down

0 comments on commit 08f1c4d

Please sign in to comment.