Skip to content

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
josephcsible committed Nov 16, 2016
1 parent dac1163 commit 3562cfa
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 @@ -11,7 +11,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'
//Only edit below this line, the above code adds and enables the nessasary things for Forge to be setup.


version = "1.0.0"
version = "1.0.1"
group= "josephcsible.webshooter" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "webshooter"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/josephcsible/webshooter/WebShooter.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class WebShooter
{
// XXX duplication with mcmod.info and build.gradle
public static final String MODID = "webshooter";
public static final String VERSION = "1.0.0";
public static final String VERSION = "1.0.1";

public static Configuration config;
public static SimpleNetworkWrapper netWrapper;
Expand Down

0 comments on commit 3562cfa

Please sign in to comment.