diff --git a/build.gradle b/build.gradle index 981b855e4..860d930f6 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ apply plugin: 'eclipse' apply plugin: 'maven-publish' apply plugin: 'java' // needed for compileJava -version = 'a1.4' +version = 'a1.4.1' group = 'com.seibel.lod' archivesBaseName = 'lod_1.16.5' diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index 80fba7fdb..a4970ae36 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.4" #mandatory +version="a1.4.1" #mandatory #// A display name for the mod displayName="LOD" #mandatory