Skip to content

Commit

Permalink
Bumped version to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
olee committed Oct 22, 2015
1 parent 120c12b commit 7d26cb1
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 @@ -17,7 +17,7 @@ buildscript {

apply plugin: 'forge'

version = "1.1"
version = "1.2"
ext.mcVersion = "1.7.10"
archivesBaseName = "CustomServerItems-" + mcVersion
group = "com.forgeessentials"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class CustomServerItems implements IMessageHandler<PacketRequestTexture,

public static final String MODID = "customserveritems";

public static final String VERSION = "1.0";
public static final String VERSION = "1.2";

public static final String TAG_TEXTURE = "csi_texture";

Expand Down

0 comments on commit 7d26cb1

Please sign in to comment.