Skip to content

Commit

Permalink
Unnecessary commit due to LabYMod.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmbRandy committed Aug 19, 2023
1 parent 0fe4975 commit 22b2a40
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 @@ -5,7 +5,7 @@ plugins {
}

group = "tmb.randy"
version = "1.0"
version = "1.0.1"

java.toolchain.languageVersion.set(JavaLanguageVersion.of(17))

Expand All @@ -21,7 +21,7 @@ labyMod {
author = "TMB Clan"
description = "Eine Sammlung nützlicher Erweiterungen für das GrieferGames Netzwerk."
minecraftVersion = "*"
version = System.getenv().getOrDefault("VERSION", "1.0")
version = System.getenv().getOrDefault("VERSION", "1.0.1")
}

minecraft {
Expand Down

0 comments on commit 22b2a40

Please sign in to comment.