Skip to content

Commit

Permalink
Bump addon version
Browse files Browse the repository at this point in the history
  • Loading branch information
RappyTV committed Nov 8, 2024
1 parent f1e49d5 commit d37b391
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 @@ -5,7 +5,7 @@ plugins {

val versions = providers.gradleProperty("net.labymod.minecraft-versions").get().split(";")
group = "org.example"
version = providers.environmentVariable("VERSION").getOrElse("1.3.2")
version = providers.environmentVariable("VERSION").getOrElse("1.3.3")

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

0 comments on commit d37b391

Please sign in to comment.