Skip to content

Commit

Permalink
1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuart Lindstrom committed Jun 29, 2018
1 parent 550d0b7 commit 6c4f6fd
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 @@ -69,7 +69,7 @@ jar {

apply from: 'dependencies.gradle'

version = "1.0.5"
version = "1.0.6"
group = "com.mangoose.rustic"
archivesBaseName = "rustic"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/rustic/core/Rustic.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
public class Rustic {
public static final String MODID = "rustic";
public static final String NAME = "Rustic";
public static final String VERSION = "1.0.5";
public static final String VERSION = "1.0.6";
public static final String DEPENDENCIES = "after:dynamictrees@[1.12.2-0.7.8,);after:dynamictreesbop;before:dynamictreestc";

@SidedProxy(clientSide = "rustic.core.ClientProxy", serverSide = "rustic.core.CommonProxy")
Expand Down

0 comments on commit 6c4f6fd

Please sign in to comment.