Skip to content

Commit

Permalink
Version correction
Browse files Browse the repository at this point in the history
  • Loading branch information
DuchLord committed Oct 9, 2016
1 parent e968406 commit 65aac78
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.10.2-1.1.1"
version = "1.10.2-1.1.0a"
group = "com.yourname.modid" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "TreeChopper"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/treechopper/core/TreeChopper.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
public class TreeChopper {
public static SimpleNetworkWrapper network;
public static final String MODID = "treechopper";
public static final String VERSION = "1.1.1";
public static final String VERSION = "1.1.0a";

public static boolean BoPPresent = false;
public static boolean ForestryPresent = false;
Expand Down

0 comments on commit 65aac78

Please sign in to comment.