Skip to content

Commit

Permalink
v5.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
montlikadani committed Dec 8, 2023
1 parent 9e2f5b7 commit cf09e3c
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 @@ -68,7 +68,7 @@ dependencies {
}

group = "hu.montlikadani.tablist"
version = "5.7.4"
version = "5.7.5"

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.4
version: 5.7.5
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 @@ -38,7 +38,7 @@ dependencies {
}
}

version = "2.3.4"
version = "2.3.5"

// 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.4
version: 2.3.5
author: montlikadani
# DO NOT EDIT ANYTHING ABOVE THIS LINE!

0 comments on commit cf09e3c

Please sign in to comment.