diff --git a/build.gradle b/build.gradle index 21fb43b..7692521 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.4' +version = '1.12.2-1.0.5' group = 'meldexun.reachfix' archivesBaseName = 'ReachFix' diff --git a/src/main/java/meldexun/reachfix/ReachFix.java b/src/main/java/meldexun/reachfix/ReachFix.java index 7bffbee..8c0505e 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.4"; + meta.version = "1.0.5"; meta.modId = MOD_ID; meta.authorList = Arrays.asList("Meldexun"); meta.url = "https://github.com/Meldexun/ReachFix";