Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lrdcxdes committed Jan 8, 2024
1 parent 8855f7a commit 983841f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
20 changes: 13 additions & 7 deletions .idea/workspace.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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "com.tierlistmc.papi"
version = "1.5-hotfix03"
version = "1.6"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/tierlistmc/papi/expansion/TierlistMC.kt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class TierlistMC : PlaceholderExpansion(), Listener, Taskable {
}

override fun getVersion(): String {
return "1.5-hotfix03"
return "1.6"
}

override fun onRequest(player: OfflinePlayer, params: String): String {
Expand Down

0 comments on commit 983841f

Please sign in to comment.