Skip to content

Commit

Permalink
[1.5.7] - 1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Luncaaa committed Nov 22, 2024
1 parent 50321ea commit 6c55a98
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 @@ -36,7 +36,7 @@ publishing {
val mavenJava by creating(MavenPublication::class) {
groupId = "AdvancedDisplays"
artifactId = "advanceddisplays-api"
version = "1.5.6"
version = "1.5.7"

from(components["java"])
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
allprojects {
apply(plugin = "java")
group = "me.lucaaa"
version = "1.5.6"
version = "1.5.7"

java {
toolchain {
Expand Down
2 changes: 1 addition & 1 deletion plugin/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
main: me.lucaaa.advanceddisplays.AdvancedDisplays
description: "Create block, item and text displays!"
name: "AdvancedDisplays"
version: 1.5.6
version: 1.5.7
softdepend: [PlaceholderAPI, Oraxen, ItemsAdder]
author: Lucaaa
prefix: AD
Expand Down

0 comments on commit 6c55a98

Please sign in to comment.