Skip to content

Commit

Permalink
3.2.3 - Fix Mithril-Cave-10
Browse files Browse the repository at this point in the history
  • Loading branch information
Quantizr committed Sep 12, 2021
1 parent 9c62c57 commit e5ba237
Show file tree
Hide file tree
Showing 3 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 @@ -13,7 +13,7 @@ buildscript {
}
apply plugin: 'net.minecraftforge.gradle.forge'

version = "3.2.2"
version = "3.2.3"
group= "io.github.quantizr.DungeonRooms" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "Dungeon_Rooms"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
public class DungeonRooms
{
public static final String MODID = "dungeonrooms";
public static final String VERSION = "3.2.2";
public static final String VERSION = "3.2.3";

Minecraft mc = Minecraft.getMinecraft();
public static Logger logger;
Expand Down

0 comments on commit e5ba237

Please sign in to comment.