Skip to content

Commit

Permalink
v1.21.7
Browse files Browse the repository at this point in the history
  • Loading branch information
friendlyhj committed Jan 16, 2025
1 parent 5e87800 commit 2e9bfd1
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 @@ -16,7 +16,7 @@ apply plugin: 'org.spongepowered.mixin'
//Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.


version = "1.21.6"
version = "1.21.7"
group = "youyihj.zenutils" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "zenutils"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/youyihj/zenutils/Reference.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
public class Reference {
public static final String MODID = "zenutils";
public static final String NAME = "ZenUtils";
public static final String VERSION = "1.21.6";
public static final String VERSION = "1.21.7";
public static final String DEPENDENCIES = "required-after:crafttweaker;required-after:mixinbooter@[8.0,);required-after:configanytime;before:contenttweaker;after:ftbquests;";
public static final String MOD_COT = "contenttweaker";
public static final boolean IS_CLEANROOM = !System.getProperty("java.version").startsWith("1.8");
Expand Down

0 comments on commit 2e9bfd1

Please sign in to comment.