Skip to content

Commit

Permalink
Bump to 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Rongmario committed Jul 24, 2022
1 parent 09cab94 commit b82672f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
apply plugin: 'net.minecraftforge.gradle.forge'
apply plugin: 'org.spongepowered.mixin'

version = "5.5"
version = "5.6"
group = "zone.rong.loliasm"
archivesBaseName = "loliasm"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
@IFMLLoadingPlugin.MCVersion(ForgeVersion.mcVersion)
public class LoliLoadingPlugin implements IFMLLoadingPlugin, IEarlyMixinLoader {

public static final String VERSION = "5.5";
public static final String VERSION = "5.6";

public static final boolean isDeobf = FMLLaunchHandler.isDeobfuscatedEnvironment();

Expand Down

0 comments on commit b82672f

Please sign in to comment.