Skip to content

Commit

Permalink
v5.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
montlikadani committed Jun 10, 2023
1 parent 7a1e4f8 commit 7585cc8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bukkit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies {
}

group = "hu.montlikadani.tablist"
version = "5.7.0"
version = "5.7.1"

tasks {
withType<JavaCompile> {
Expand Down
2 changes: 1 addition & 1 deletion bukkit/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: TabList
main: hu.montlikadani.tablist.TabList
version: 5.7.0
version: 5.7.1
author: montlikadani
description: An alternative tablist plugin to replace vanilla empty tab
softdepend:
Expand Down
2 changes: 1 addition & 1 deletion bungee/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
}
}

version = "2.3.3"
version = "2.3.4"

// All of these is required to include :global project class files
tasks {
Expand Down
2 changes: 1 addition & 1 deletion bungee/src/main/resources/bungee.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: TabList
main: hu.montlikadani.tablist.TabList
version: 2.3.3
version: 2.3.4
author: montlikadani
# DO NOT EDIT ANYTHING ABOVE THIS LINE!

0 comments on commit 7585cc8

Please sign in to comment.