Add release version a1.3.2

This commit is contained in:
James Seibel
2021-08-04 22:58:06 -05:00
parent 3675c5da46
commit afe4e111c3
5 changed files with 4 additions and 4 deletions
Binary file not shown.
+1 -1
View File
@@ -18,7 +18,7 @@ apply plugin: 'org.spongepowered.mixin'
apply plugin: 'eclipse'
apply plugin: 'maven-publish'
version = 'a1.3.1'
version = 'a1.3.2'
group = 'com.backsun.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 = "Level of Detail";
public static final String MODAPI = "LodAPI";
public static final String VERSION = "a1.3.1";
public static final String VERSION = "a1.3.2";
}
+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.3.1" #mandatory
version="a1.3.2" #mandatory
#// A display name for the mod
displayName="Level of Detail" #mandatory
+1 -1
View File
@@ -3,7 +3,7 @@
"modid": "lod",
"name": "Level Of Detail",
"description": "Generates and renders simplified chunks beyond the normal view distance, at a low performance cost.",
"version": "a1.3.1",
"version": "a1.3.2",
"mcversion": "1.16.4",
"url": "",
"updateUrl": "",