Skip to content

Commit

Permalink
Bump version to 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jss2a98aj committed Feb 2, 2023
1 parent cc16879 commit b8c19d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/baubles/common/Baubles.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class Baubles {

public static final String MODID = "Baubles";
public static final String MODNAME = "Baubles Expanded";
public static final String VERSION = "2.0.5";
public static final String VERSION = "2.0.6";

@SidedProxy(clientSide = "baubles.client.ClientProxy", serverSide = "baubles.common.CommonProxy")
public static CommonProxy proxy;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package thaumcraft.codechicken.core.launch;

import cpw.mods.fml.relauncher.IFMLCallHook;
import cpw.mods.fml.relauncher.IFMLLoadingPlugin;
import java.util.Map;


public class DepLoader implements IFMLLoadingPlugin, IFMLCallHook {

@Override
Expand Down

0 comments on commit b8c19d0

Please sign in to comment.