Skip to content

Commit

Permalink
Snapshot 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shitzuu committed Aug 16, 2024
1 parent 3bd1046 commit c495294
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/honey-publish.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "dev.shiza"
version = "1.0.1"
version = "1.0.2-SNAPSHOT"

java {
withSourcesJar()
Expand Down
3 changes: 1 addition & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ iridium-colors = { module = "com.iridium:iridium-colors", version.ref = "iridium
iridium-colors-adventure = { module = "com.iridium:iridium-colors-adventure", version.ref = "iridium" }
parboiled = { module = "org.parboiled:parboiled-java", version.ref = "parboiled" }
adventure-api = { module = "net.kyori:adventure-api", version.ref = "adventure" }
adventure-minimessage = { module = "net.kyori:adventure-text-minimessage", version.ref = "adventure" }

[bundles]
iridium = ["iridium-colors", "iridium-colors-adventure"]
adventure = ["adventure-api", "adventure-minimessage"]
adventure = ["adventure-api"]

0 comments on commit c495294

Please sign in to comment.