Skip to content

Commit

Permalink
v4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaprince committed Aug 14, 2024
1 parent 2ff0777 commit fc3d3c7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v4.0.3
- Support 1.21.1
- Fix "Unknown player of Offset lookup" errors related to logging in from another location

# v4.0.2
- Fix "Unknown player for Offset lookup" errors printed occasionally when players disconnect
- Fix Random offsets occasionally resetting when changing worlds or dying even when the option is disabled
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Features
Requirements and Installation
-----------------------------
* Spigot, [Paper (recommended)](https://papermc.io/), or a fork for Minecraft
1.17.x, 1.18.x, 1.19.x, 1.20.x, 1.21
1.17.x, 1.18.x, 1.19.x, 1.20.x, 1.21, 1.21.1
* An understanding of the [implications of installing this
plugin](https://github.com/joshuaprince/CoordinateOffset/wiki/Implications-and-Limitations).

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.2")
// compileOnly("com.jtprince:CoordinateOffset:v4.0.3")
}

java {
Expand Down

0 comments on commit fc3d3c7

Please sign in to comment.