change the version to a1.5.0 and fix a line in the readme

This commit is contained in:
James Seibel
2021-10-20 21:19:40 -05:00
parent b32bdb3807
commit cc1b9ea28e
4 changed files with 6 additions and 23 deletions
+1 -1
View File
@@ -29,5 +29,5 @@ public final class ModInfo
public static final String MODID = "lod";
public static final String MODNAME = "DistantHorizons";
public static final String MODAPI = "LodAPI";
public static final String VERSION = "b1.5.0";
public static final String VERSION = "a1.5.0";
}