Skip to content

Commit

Permalink
What's that, another release?
Browse files Browse the repository at this point in the history
  • Loading branch information
IcarussOne committed Aug 23, 2024
1 parent 5846255 commit 22ec6b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
org.gradle.jvmargs=-Xmx3G
# Mod Information
mod_id=mocreatures
mod_version=12.4.4
mod_version=12.4.5
maven_group=drzhark.mocreatures
archives_base_name=DrZharks-MoCreatures-Extended
# License Plugin
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/drzhark/mocreatures/MoCConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class MoCConstants {
public static final String MOD_ID = "mocreatures";
public static final String MOD_PREFIX = MOD_ID + ":";
public static final String MOD_NAME = "DrZhark's Mo'Creatures Extended";
public static final String MOD_VERSION = "12.4.4";
public static final String MOD_VERSION = "12.4.5";
public static final String MOD_ACCEPTED_VERSIONS = "[" + MOD_VERSION + "]";
public static final String MOD_DEPENDENCIES = "after:crossbow;after:futuremc;after:thaumcraft;after:thermalexpansion;after:traverse";
public static final Integer DATAFIXER_VERSION = 1;
Expand Down

0 comments on commit 22ec6b9

Please sign in to comment.