Skip to content

Commit

Permalink
Update version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daedalus4096 committed Apr 26, 2019
1 parent f9cc2b6 commit cf9c10c
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 @@ -22,7 +22,7 @@ repositories {
}
}

version = "1.3.0"
version = "1.4.0"
group = "com.verdantartifice.thaumicwonders" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "thaumicwonders"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
public class ThaumicWonders {
public static final String MODID = "thaumicwonders";
public static final String NAME = "Thaumic Wonders";
public static final String VERSION = "1.3.0";
public static final String VERSION = "1.4.0";
public static final String DEPENDENCIES = "required-after:thaumcraft";
public static final String UPDATE_URL = "https://pastebin.com/raw/7QELk9HJ";

Expand Down

0 comments on commit cf9c10c

Please sign in to comment.