Version up!

This commit is contained in:
simibubi 2021-12-13 08:20:16 +01:00
parent dfdb8abf49
commit 257767cbec
3 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ org.gradle.jvmargs = -Xmx3G
org.gradle.daemon = false
# mod version info
mod_version = 0.4
mod_version = 0.4a
minecraft_version = 1.18.1
forge_version = 39.0.0

View file

@ -58,7 +58,7 @@ public class Create {
public static final String ID = "create";
public static final String NAME = "Create";
public static final String VERSION = "0.4-unstable";
public static final String VERSION = "0.4a";
public static final Logger LOGGER = LogManager.getLogger();

View file

@ -5,7 +5,7 @@ license="MIT"
[[mods]]
modId="create"
version="0.4"
version="0.4a"
displayName="Create"
#updateJSONURL=""
displayURL="https://www.curseforge.com/minecraft/mc-mods/create"