diff --git a/build.gradle b/build.gradle index d01e0d5..21fb43b 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ apply plugin: 'net.minecraftforge.gradle' // Only edit below this line, the above code adds and enables the necessary things for Forge to be setup. apply plugin: 'eclipse' -version = '1.12.2-1.0.3' +version = '1.12.2-1.0.4' group = 'meldexun.reachfix' archivesBaseName = 'ReachFix' diff --git a/src/main/java/meldexun/reachfix/ReachFix.java b/src/main/java/meldexun/reachfix/ReachFix.java index cbc64fd..7bffbee 100644 --- a/src/main/java/meldexun/reachfix/ReachFix.java +++ b/src/main/java/meldexun/reachfix/ReachFix.java @@ -36,7 +36,7 @@ public ReachFix() { super(new ModMetadata()); ModMetadata meta = this.getMetadata(); meta.name = "Reach Fix"; - meta.version = "1.0.3"; + meta.version = "1.0.4"; meta.modId = MOD_ID; meta.authorList = Arrays.asList("Meldexun"); meta.url = "https://github.com/Meldexun/ReachFix";