diff --git a/build.gradle b/build.gradle index 591ec99ee..d4f21e2a6 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ apply plugin: 'org.spongepowered.mixin' apply plugin: 'eclipse' apply plugin: 'maven-publish' -version = 'a1.5.0' +version = 'b1.5.0' group = 'com.seibel.lod' archivesBaseName = 'Distant-Horizons_1.16.5' diff --git a/src/main/java/com/seibel/lod/ModInfo.java b/src/main/java/com/seibel/lod/ModInfo.java index 938c9416b..063af2c38 100644 --- a/src/main/java/com/seibel/lod/ModInfo.java +++ b/src/main/java/com/seibel/lod/ModInfo.java @@ -21,12 +21,12 @@ package com.seibel.lod; /** * This file is similar to mcmod.info * @author James Seibel - * @version 08-29-2021 + * @version 10-16-2021 */ public final class ModInfo { public static final String MODID = "lod"; - public static final String MODNAME = "Distant Horizons"; + public static final String MODNAME = "DistantHorizons"; public static final String MODAPI = "LodAPI"; - public static final String VERSION = "a1.5.0"; + public static final String VERSION = "b1.5.0"; } \ No newline at end of file diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index 1e9e40d2d..47a295fa3 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -24,7 +24,7 @@ modId="lod" #mandatory #// The version number of the mod - there's a few well known ${} variables useable here or just hardcode it #//${file.jarVersion} will substitute the value of the Implementation-Version as read from the mod's JAR file metadata #// see the associated build.gradle script for how to populate this completely automatically during a build -version="a1.5.0" #mandatory +version="b1.5.0" #mandatory #// A display name for the mod displayName="Distant Horizons" #mandatory