From 739d6d5856ad756e7a904d14379cc1434bc0ae58 Mon Sep 17 00:00:00 2001 From: James Seibel Date: Mon, 31 May 2021 19:31:12 -0500 Subject: [PATCH] update the version to a1.2 --- build.gradle | 2 +- src/main/resources/META-INF/mods.toml | 2 +- src/main/resources/mcmod.info | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index c552a148e..50bd2ca4d 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' +version = 'a1.2' group = 'com.backsun.lod' archivesBaseName = 'lod_1.16.4' diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index a0b7bcd32..30367326a 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" #mandatory +version="a1.2" #mandatory #// A display name for the mod displayName="Levels of Detail" #mandatory diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info index 75ef75d19..80ac9312e 100644 --- a/src/main/resources/mcmod.info +++ b/src/main/resources/mcmod.info @@ -3,7 +3,7 @@ "modid": "lod", "name": "Level Of Details", "description": "Generates and renders simplified chunks beyond the normal view distance, at a low performance cost.", - "version": "a1", + "version": "a1.2", "mcversion": "1.16.4", "url": "", "updateUrl": "",