Update the version number to 1.5.0 and replace the LOD name with Distant Horizons

This commit is contained in:
James Seibel
2021-10-13 23:28:43 -05:00
parent 31f8cecc92
commit 6ad94d3362
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -19,9 +19,9 @@ apply plugin: 'org.spongepowered.mixin'
apply plugin: 'eclipse'
apply plugin: 'maven-publish'
version = 'a1.5.1-pre'
version = 'a1.5.0'
group = 'com.seibel.lod'
archivesBaseName = 'lod_1.16.5'
archivesBaseName = 'Distant-Horizons_1.16.5'
sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = '1.8' // Need this here so eclipse task generates correctly.