Skip to content

Commit

Permalink
v4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmuscaria committed Oct 15, 2020
1 parent 1907996 commit e7184ce
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 @@ -104,7 +104,7 @@ def gitInfo(String key) {
ext.mcVersion = "1.7.10"
ext.forgeVersion = "1614"
ext.revision = "1.0.7"
ext.crucibleVersion = "4.0"
ext.crucibleVersion = "4.1"
version = "${mcVersion}-${crucibleVersion}"

launch4j {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/github/crucible/CrucibleModContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public CrucibleModContainer() {
ModMetadata meta = getMetadata();
meta.modId = "Crucible";
meta.name = "Crucible Server";
meta.version = "4.0";
meta.version = "4.1";
meta.credits = "TODO: Add credits";
meta.authorList = Arrays.asList("juanmuscaria", "brunoxkk0", "evernife");
meta.description = "Pure black magic and gambiarras!";
Expand Down

0 comments on commit e7184ce

Please sign in to comment.