Skip to content

Commit

Permalink
Bump to 5.5.4
Browse files Browse the repository at this point in the history
Signed-off-by: shedaniel <daniel@shedaniel.me>
  • Loading branch information
shedaniel committed Oct 24, 2020
1 parent 7ccc0fc commit 3300b54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import java.util.zip.ZipInputStream
import java.util.zip.ZipOutputStream

plugins {
id "architect-plugin" version "1.0.6"
id "architect-plugin" version "1.0.10"
id "org.jetbrains.gradle.plugin.idea-ext" version "0.7"
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import net.minecraftforge.api.distmarker.Dist;
import net.minecraftforge.fml.ExtensionPoint;
import net.minecraftforge.fml.DistExecutor;
import net.minecraftforge.fml.ModLoadingContext;
import net.minecraftforge.fml.common.Mod;
import net.minecraftforge.fml.network.FMLNetworkConstants;
import org.apache.commons.lang3.tuple.Pair;
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false

mod_version=5.5.3
mod_version=5.5.4
minecraft_version=1.16.2

# fabric
Expand Down

0 comments on commit 3300b54

Please sign in to comment.