Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Boxadactle committed Apr 26, 2024
1 parent 3975704 commit d73ef7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
public class MacroCraft {
public static final String MOD_NAME = "MacroCraft";
public static final String MOD_ID = "macrocraft";
public static final String VERSION = "1.0.0";
public static final String VERSION = "3.0.0";
public static final String VERSION_STRING = MOD_NAME + " v" + VERSION;

public static final ModLogger LOGGER = new ModLogger(MOD_NAME);
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ minecraft_version=1.20.4
enabled_platforms=fabric,forge

archives_base_name=MacroCraft
mod_version=2.0.0
mod_version=3.0.0
maven_group=dev.boxadactle

architectury_version=${ARCHITECTURY_API_VERSION}
Expand Down

0 comments on commit d73ef7f

Please sign in to comment.