Skip to content

Commit

Permalink
Fix plugin not working on < 1.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Sytm committed Nov 3, 2024
1 parent bb8a559 commit 8f8fa2f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## [Unreleased]

## 4.5.5

### Fixed
- Plugin not working on 1.21.1 - 1.20.6

## 4.5.4

### Added
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx2G
org.gradle.warning.mode=all
org.gradle.parallel=true
# Project
version=4.5.4
version=4.5.5
group=de.md5lukas.waypoints

signGuiVersion=1.0.0
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
kotlin = "2.0.21"
coroutines = "1.9.0"
jvmToolchain = "21"
paper = "1.21.3-R0.1-SNAPSHOT"
paper = "1.20.6-R0.1-SNAPSHOT"

dynmap = "3.5-SNAPSHOT"

Expand Down

0 comments on commit 8f8fa2f

Please sign in to comment.