From 501c9109c4b0cb9fbf5c25053a958607b2375782 Mon Sep 17 00:00:00 2001 From: Integer Limit <103940576+IntegerLimit@users.noreply.github.com> Date: Fri, 23 Aug 2024 21:52:25 +1000 Subject: [PATCH] Beta Release 0.8.15 --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 72990e4b..4457c370 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,7 +7,7 @@ modGroup = com.nomiceu.nomilabs # Version of your mod. # This field can be left empty if you want your mod's version to be determined by the latest git tag instead. -modVersion = 0.8.14 +modVersion = 0.8.15 # Whether to use the old jar naming structure (modid-mcversion-version) instead of the new version (modid-version) includeMCVersionJar = false @@ -46,7 +46,7 @@ enableJava17RunTasks = false # Generate a class with String fields for the mod id, name and version named with the fields below generateGradleTokenClass = com.nomiceu.nomilabs.Tags gradleTokenModId = -gradleTokenModName = +gradleTokenModName = gradleTokenVersion = VERSION # In case your mod provides an API for other mods to implement you may declare its package here. Otherwise, you can