Skip to content

Commit

Permalink
Fix ban object always being empty
Browse files Browse the repository at this point in the history
  • Loading branch information
RappyTV committed Aug 31, 2024
1 parent b991fcc commit 9c3551f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

dependencies {
labyApi("api")
maven(mavenCentral(), "com.rappytv.globaltags:GlobalTagsJava:1.0.9")
maven(mavenCentral(), "com.rappytv.globaltags:GlobalTagsJava:1.0.10")

// If you want to use external libraries, you can do that here.
// The dependencies that are specified here are loaded into your project but will also
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ labyMod {
author = "RappyTV"
description = "Get yourself a custom Globaltag that's publicly visible to anyone using this addon."
minecraftVersion = "*"
version = System.getenv().getOrDefault("VERSION", "1.2.8")
version = System.getenv().getOrDefault("VERSION", "1.2.9")
}

minecraft {
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

dependencies {
api(project(":api"))
maven(mavenCentral(), "com.rappytv.globaltags:GlobalTagsJava:1.0.9")
maven(mavenCentral(), "com.rappytv.globaltags:GlobalTagsJava:1.0.10")

// If you want to use external libraries, you can do that here.
// The dependencies that are specified here are loaded into your project but will also
Expand Down

0 comments on commit 9c3551f

Please sign in to comment.