Skip to content

Commit

Permalink
1.0.3 jarbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Trcx528 committed Mar 19, 2015
1 parent bc3224b commit 3f11af6
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.0.2"
version = "1.0.3"
group= "com.trcx.swapper" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "swapper"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/trcx/swapper/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
@Mod(modid = "swapper", version = Main.VERSION, name = "Swapper")
public class Main
{
public static final String VERSION = "1.0.2";
public static final String VERSION = "1.0.3";

public static Item Swapper;
public static String[] swapperBlacklist = new String[2];
Expand Down

0 comments on commit 3f11af6

Please sign in to comment.