From 9b389332becb3e2d9e9ac84d761f4ea3e57fe20f Mon Sep 17 00:00:00 2001 From: James Seibel Date: Tue, 26 Oct 2021 19:26:23 -0500 Subject: [PATCH] update the version number to a1.5.2 --- 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 ba512ff5a..6c60dd699 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ apply plugin: 'eclipse' apply plugin: 'maven-publish' apply plugin: 'com.github.johnrengelman.shadow' -version = 'a1.5.1' +version = 'a1.5.2' 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 76ccad425..8418b46a8 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.1"; + public static final String VERSION = "a1.5.2"; } \ 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 a3f8731c0..ec77a4159 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.1" #mandatory +version="a1.5.2" #mandatory #// A display name for the mod displayName="Distant Horizons" #mandatory