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

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
spikespaz committed Mar 7, 2017
1 parent c6dfaa6 commit ed33ac6
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'
//Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.

version = "v1.7.0-1.11.2"
version = "v1.7.1-1.11.2"
group = "com.spikespaz.eamod"
archivesBaseName = "eamod"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
public class EssentialAdditions {
public static final String MODID = "eamod";
static final String NAME = "Essential Additions";
static final String VERSION = "1.7.0";
static final String VERSION = "1.7.1";
private static final String CLIENTSIDE = "com.spikespaz.eamod.proxy.ClientProxy";
private static final String SERVERSIDE = "com.spikespaz.eamod.proxy.CommonProxy";

Expand Down

0 comments on commit ed33ac6

Please sign in to comment.