Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
lostjarred committed Nov 10, 2023
1 parent 6987c31 commit 11d9992
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.1
mod_version = 0.1.2
maven_group = com.lost
archives_base_name = dystopiaworldgen

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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.1";
public static final String VERSION = "0.1.2";

public static final ModWorldTypes worldtypes = new ModWorldTypes();

Expand Down

0 comments on commit 11d9992

Please sign in to comment.