From e8c7995b4b5caa1dfb2e6aba214fbe6b4689d8ce Mon Sep 17 00:00:00 2001 From: GolddolphinSKB-Fexcraftian <22482566+GolddolphinSKB-Fexcraftian@users.noreply.github.com> Date: Tue, 9 Nov 2021 20:01:17 +0000 Subject: [PATCH] Version 1.51 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 0c008397..f77224e9 100644 --- a/build.gradle +++ b/build.gradle @@ -20,9 +20,9 @@ buildscript { apply plugin: 'forge' -version = "1.50" +version = "1.51" group = "com.flansmod" // http://maven.apache.org/guides/mini/guide-naming-conventions.html -archivesBaseName = "Flan's Mod" +archivesBaseName = "Flan's Mod Ultimate" sourceCompatibility = 1.7 targetCompatibility = 1.7