Skip to content

Commit

Permalink
Update build version
Browse files Browse the repository at this point in the history
  • Loading branch information
daedalus4096 committed May 22, 2024
1 parent ef3aa36 commit a3ed5e3
Show file tree
Hide file tree
Showing 3 changed files with 6 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.2"
version = "1.8.4"
group = "com.verdantartifice.thaumicwonders" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "thaumicwonders"

Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v1.8.4
------
* Reverted to Forge 14.23.5.2768

v1.8.3
------
* Fixed a memory leak with Void Fortress Armor, thanks Aqua!
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.2";
public static final String VERSION = "1.8.4";
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 a3ed5e3

Please sign in to comment.