Skip to content

Commit

Permalink
Version 5.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackJar72 committed Sep 2, 2019
1 parent fe6166f commit 3ee9490
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 @@ -11,7 +11,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'
//Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.


version = "5.8.2-MC1.12.2"
version = "5.8.3-MC1.12.2"
group = "com.gw.dm" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "dungeonmobs"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/gw/dm/DungeonMobs.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
dependencies = "after:thaumcraft; after:dldungeonsjbg")
public class DungeonMobs {
public static final String MODID = "dungeonmobs";
public static final String VERSION = "5.8.2";
public static final String VERSION = "5.8.3";

@Instance(MODID)
public static DungeonMobs instance;
Expand Down

0 comments on commit 3ee9490

Please sign in to comment.