diff --git a/_compiled jars/1.16.XX/1.16.5/lod_1.16.5-a1.3.2.jar b/_compiled jars/1.16.XX/1.16.5/lod_1.16.5-a1.3.2.jar new file mode 100644 index 000000000..cabb7f32f Binary files /dev/null and b/_compiled jars/1.16.XX/1.16.5/lod_1.16.5-a1.3.2.jar differ diff --git a/build.gradle b/build.gradle index ae9b5e24e..251f2b320 100644 --- a/build.gradle +++ b/build.gradle @@ -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' diff --git a/src/main/java/com/seibel/lod/ModInfo.java b/src/main/java/com/seibel/lod/ModInfo.java index 38faff940..08d66d67e 100644 --- a/src/main/java/com/seibel/lod/ModInfo.java +++ b/src/main/java/com/seibel/lod/ModInfo.java @@ -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"; } \ 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 0f833c30e..f809b2dca 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.3.1" #mandatory +version="a1.3.2" #mandatory #// A display name for the mod displayName="Level of Detail" #mandatory diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info index 71809276c..a2c917603 100644 --- a/src/main/resources/mcmod.info +++ b/src/main/resources/mcmod.info @@ -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": "",