Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
lostjarred committed Aug 23, 2023
1 parent 73b3589 commit fd3a1e0
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 = com.cleanroommc
archives_base_name = dystopiaworldgen

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
public class DystopiaWorldGen {
public static final String MODID = "dystopiaworldgen";
public static final String NAME = "Dystopia World Gen";
public static final String VERSION = "0.1.0";
public static final String VERSION = "0.1.1";

public static final ModWorldTypes worldtypes = new ModWorldTypes();

Expand Down

0 comments on commit fd3a1e0

Please sign in to comment.