reformat and update the version number

Forge wants version numbers to start with a number
This commit is contained in:
James Seibel
2021-10-30 13:58:07 -05:00
parent adcd835642
commit 340631eb9b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ apply plugin: 'eclipse'
apply plugin: 'maven-publish'
apply plugin: 'com.github.johnrengelman.shadow'
version = 'a1.5.2'
version = '1.5.3a'
group = 'com.seibel.lod'
archivesBaseName = 'Distant-Horizons_1.16.5'
+1 -1
View File
@@ -31,5 +31,5 @@ public final class ModInfo
/** Human readable version of MOD_NAME */
public static final String READABLE_NAME = "Distant Horizons";
public static final String API = "LodAPI";
public static final String VERSION = "a1.5.2";
public static final String VERSION = "1.5.3a";
}
+1 -1
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.5.2" #mandatory
version="1.5.3a" #mandatory
#// A display name for the mod
displayName="Distant Horizons" #mandatory