Update the version number to a1.5.0-pre

This commit is contained in:
James Seibel
2021-09-24 18:06:57 -05:00
parent 3b4e28d74a
commit ff43118976
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ apply plugin: 'org.spongepowered.mixin'
apply plugin: 'eclipse'
apply plugin: 'maven-publish'
version = 'a1.4.1'
version = 'a1.5.0-pre'
group = 'com.seibel.lod'
archivesBaseName = 'lod_1.16.5'
+1 -1
View File
@@ -28,5 +28,5 @@ public final class ModInfo
public static final String MODID = "lod";
public static final String MODNAME = "LOD";
public static final String MODAPI = "LodAPI";
public static final String VERSION = "a1.4";
public static final String VERSION = "a1.5.0-pre";
}
+2 -2
View File
@@ -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.4.1" #mandatory
version="a1.5.0-pre" #mandatory
#// A display name for the mod
displayName="LOD" #mandatory
@@ -42,7 +42,7 @@ logoFile="logo.png" #optional
credits="TechnoVision, Vike, and Darkhax for their modding tutorials." #optional
#// A text field displayed in the mod UI
authors="James Seibel and Leonardo Amato" #optional
authors="James Seibel, Leonardo Amato, and Cola" #optional
#// The description text for the mod (multi line!) (#mandatory)
description='''This mod generates and renders simplified terrain beyond the normal view distance, at a low performance cost.'''