Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
TimStewartJ committed Jan 5, 2023
1 parent 4703f2f commit 29f1d68
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ public class TheMightyArchitect {

public static final String ID = "mightyarchitect";
public static final String NAME = "The Mighty Architect";
public static final String VERSION = "0.6";

public static final DeferredRegister<Item> ITEMS = DeferredRegister.create(ID, Registry.ITEM_REGISTRY);
public static final DeferredRegister<Block> BLOCKS = DeferredRegister.create(ID, Registry.BLOCK_REGISTRY);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
public class TheMightyArchitectForge {

public static final String ID = "mightyarchitect";
public static final String NAME = "The Mighty Architect";
public static final String VERSION = "0.6";

public TheMightyArchitectForge()
{
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.19.2
enabled_platforms=fabric,forge

archives_base_name=mightyarchitect
mod_version=0.6.0
mod_version=0.6.1
maven_group=com.timmie.mightyarchitect

architectury_version=6.2.43
Expand Down

0 comments on commit 29f1d68

Please sign in to comment.