Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
solidDoWant committed Jan 18, 2021
1 parent c2e84cf commit 5e80147
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
public class GregTechEnergisticsMod {
public static final String MODID = "gregtechenergistics";
public static final String NAME = "GregTech Energistics";
public static final String VERSION = "1.0";
public static final String VERSION = "1.0.0.1";

@SidedProxy(modId = GregTechEnergisticsMod.MODID, clientSide = "com.soliddowant.gregtechenergistics.ClientProxy",
serverSide = "com.soliddowant.gregtechenergistics.CommonProxy")
Expand Down

0 comments on commit 5e80147

Please sign in to comment.