Skip to content

Commit

Permalink
update version number to 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Quantizr committed Mar 25, 2024
1 parent 861bc69 commit 4d9ce89
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 @@ -13,7 +13,7 @@ buildscript {
}
apply plugin: 'net.minecraftforge.gradle.forge'

version = "3.4.0"
version = "3.4.1"
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.4.0";
public static final String VERSION = "3.4.1";

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

0 comments on commit 4d9ce89

Please sign in to comment.