Skip to content

Commit

Permalink
Bump version with fixed nbt api
Browse files Browse the repository at this point in the history
  • Loading branch information
zrdzn committed Dec 29, 2023
1 parent 74e8962 commit f1e9d1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 {
group = "io.github.zrdzn.minecraft.lovelydrop"
version = "2.0-SNAPSHOT"
version = "2.0.1-SNAPSHOT"
}

subprojects {
Expand Down
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ tasks.withType<ProcessResources> {
}

tasks.withType<ShadowJar> {
archiveFileName.set("LovelyDrop v${project.version}.jar")
archiveFileName.set("lovelydrop-${project.version}.jar")

val libsPath = "io.github.zrdzn.minecraft.lovelydrop.libs"
relocate("org.bstats", "$libsPath.bstats")
Expand Down

0 comments on commit f1e9d1e

Please sign in to comment.