From a2e4a53282364085bda96919c5910a824554160b Mon Sep 17 00:00:00 2001 From: asanetargoss Date: Sun, 14 Mar 2021 10:55:06 -0700 Subject: [PATCH] Version 0.5.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9ddbfa14..16ce60e7 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ apply plugin: 'net.minecraftforge.gradle.forge' //Only edit below this line, the above code adds and enables the nessasary things for Forge to be setup. -version = "0.4.1" +version = "0.5.0" group= "targoss.hardcorealchemy" // http://maven.apache.org/guides/mini/guide-naming-conventions.html archivesBaseName = "hardcorealchemy" String coremodPath="targoss.hardcorealchemy.coremod.HardcoreAlchemyCoremod"