Skip to content

Commit

Permalink
v1.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
friendlyhj committed Dec 12, 2023
1 parent f968b94 commit 030d4e1
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.16.0"
version = "1.16.1"
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/ZenUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
public class ZenUtils {
public static final String MODID = "zenutils";
public static final String NAME = "ZenUtils";
public static final String VERSION = "1.16.0";
public static final String VERSION = "1.16.1";
public static final String DEPENDENCIES = "required-after:crafttweaker;required-after:mixinbooter;after:contenttweaker;after:ftbquests;";

public static Logger forgeLogger;
Expand Down

0 comments on commit 030d4e1

Please sign in to comment.