Skip to content

Commit

Permalink
chore: bump version to 1.1.0 for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
byPixelTV authored Dec 1, 2024
1 parent 20f5416 commit c886408
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id("net.minecrell.plugin-yml.bukkit") version "0.6.0"
}

val versionString = "1.0.0"
val versionString = "1.1.0"

group = "de.bypixeltv"
version = versionString
Expand Down Expand Up @@ -83,4 +83,4 @@ bukkit {

kotlin {
jvmToolchain(21)
}
}

0 comments on commit c886408

Please sign in to comment.