Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
spikespaz committed Mar 24, 2017
1 parent cd4e136 commit 1a9c2c1
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 @@ -10,7 +10,7 @@ buildscript {
apply plugin: 'net.minecraftforge.gradle.forge'


version = "2.0.1"
version = "2.1.1"
group = "fr.eyxox.forgecreeperheal"
archivesBaseName = "[1.11.2]ForgeCreeperHeal"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class ForgeCreeperHeal
{

public static final String MODID = "forgecreeperheal";
public static final String VERSION = "2.0.1";
public static final String VERSION = "2.1.1";
public static final String MODNAME = "Forge Creeper Heal "+VERSION;

@SidedProxy(clientSide = "fr.eyzox.forgecreeperheal.proxy.ClientProxy", serverSide = "fr.eyzox.forgecreeperheal.proxy.CommonProxy")
Expand Down

0 comments on commit 1a9c2c1

Please sign in to comment.