Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
lostjarred committed Jun 11, 2023
1 parent fce5d41 commit 00ee9d3
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_version = 0.1.0
mod_version = 0.1.1
maven_group = net.lost
archives_base_name = mreproject

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/lost/mreproject/MreProject.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
public class MreProject {
public static final String MODID = "mreproject";
public static final String NAME = "MRE Project";
public static final String VERSION = "0.1.0";
public static final String VERSION = "0.1.1";

public static final CreativeTabs MREFOODS_TAB = new CreativeTabMRE();

Expand Down

0 comments on commit 00ee9d3

Please sign in to comment.