Skip to content

Commit

Permalink
Update version to 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daedalus4096 committed Aug 28, 2019
1 parent 4a872c7 commit 8f1ff1f
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.8.0"
version = "1.8.1"
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.8.0";
public static final String VERSION = "1.8.1";
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 8f1ff1f

Please sign in to comment.