Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
RappyTV committed Oct 17, 2024
1 parent 7c7c41c commit 27323c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
val versions = providers.gradleProperty("net.labymod.minecraft-versions").get().split(";")

group = "com.rappytv.signsearch"
version = providers.environmentVariable("VERSION").getOrElse("1.0.1")
version = providers.environmentVariable("VERSION").getOrElse("1.0.2")

labyMod {
defaultPackageName = "com.rappytv.signsearch" //change this to your main package name (used by all modules)
Expand Down

0 comments on commit 27323c1

Please sign in to comment.