Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/mc1.20.1/dev' into mc1.20.1/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Jozufozu committed Sep 3, 2024
2 parents 14c93e5 + ad3778e commit aa15182
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 @@ -4,7 +4,7 @@ org.gradle.jvmargs = -Xmx3G
org.gradle.daemon = false

# mod version info
mod_version = 0.5.1.h
mod_version = 0.5.2
artifact_minecraft_version = 1.20.1

minecraft_version = 1.20.1
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/simibubi/create/Create.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public class Create {

public static final String ID = "create";
public static final String NAME = "Create";
public static final String VERSION = "0.5.1h";
public static final String VERSION = "0.5.2-experimental";

public static final Logger LOGGER = LogUtils.getLogger();

Expand Down

0 comments on commit aa15182

Please sign in to comment.