Skip to content

Commit

Permalink
Bump PE version
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt-MX committed Jan 17, 2025
1 parent 71b4a53 commit 655415a
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/material_theme_project_new.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,6 @@ fun getCurrentCommitHash(): String {
if (process.exitValue() == 0) {
return commitHash?.substring(0, 7) ?: ""
} else {
throw IllegalStateException("Failed to retrieve the commit hash.")
return "unknown"
}
}
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ placeholderapi = "2.11.6"
ktgui = "2.4.2-alpha"
runPaper = "2.2.4"

packetEvents = "2.6.0"
packetEvents = "2.7.0"
entityLib = "2.4.11-SNAPSHOT"
tab = "4.1.8"
viaversion = "5.0.0"
Expand Down

0 comments on commit 655415a

Please sign in to comment.