From 340631eb9b66eaec905171a4842aa1981041c567 Mon Sep 17 00:00:00 2001 From: James Seibel Date: Sat, 30 Oct 2021 13:58:07 -0500 Subject: [PATCH] reformat and update the version number Forge wants version numbers to start with a number --- build.gradle | 2 +- src/main/java/com/seibel/lod/ModInfo.java | 2 +- src/main/resources/META-INF/mods.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index f86620951..1590e168a 100644 --- a/build.gradle +++ b/build.gradle @@ -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' diff --git a/src/main/java/com/seibel/lod/ModInfo.java b/src/main/java/com/seibel/lod/ModInfo.java index 8418b46a8..4da0da955 100644 --- a/src/main/java/com/seibel/lod/ModInfo.java +++ b/src/main/java/com/seibel/lod/ModInfo.java @@ -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"; } \ 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 ec77a4159..17a69a251 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.2" #mandatory +version="1.5.3a" #mandatory #// A display name for the mod displayName="Distant Horizons" #mandatory