Fix: translations not working sometimes

This commit is contained in:
Linnea Gräf
2024-11-09 22:41:05 +01:00
parent d77c34f881
commit 4d0a73030d
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ plugins {
id("fabric-loom") version "1.8.9"
id("com.github.johnrengelman.shadow") version "8.1.1"
id("moe.nea.licenseextractificator")
id("moe.nea.mc-auto-translations") version "0.0.1"
id("moe.nea.mc-auto-translations") version "0.1.0"
}
version = getGitTagInfo() + "-mc${libs.versions.minecraft.get()}"