Skip to content

Commit

Permalink
v4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaprince committed Oct 5, 2024
1 parent dca2b26 commit ed24b2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v4.0.4
- Update packetevents dependency
- Make "version not found" joke in the changelog

# v4.0.3
- Support 1.21.1
- Fix "Unknown player of Offset lookup" errors related to logging in from another location
Expand Down
2 changes: 1 addition & 1 deletion api-example/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {

compileOnly("com.jtprince:CoordinateOffset:master-SNAPSHOT")
// Also an option, use the latest version: https://github.com/joshuaprince/CoordinateOffset/releases
// compileOnly("com.jtprince:CoordinateOffset:v4.0.3")
// compileOnly("com.jtprince:CoordinateOffset:v4.0.4")
}

java {
Expand Down

0 comments on commit ed24b2a

Please sign in to comment.