Skip to content

Commit

Permalink
1.4.35
Browse files Browse the repository at this point in the history
  • Loading branch information
gnembon committed May 5, 2021
1 parent d3aac22 commit 7063d54
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 @@ -10,7 +10,7 @@ org.gradle.jvmargs=-Xmx1G
fabric_version=0.29.4+1.16

# Mod Properties
mod_version = 1.4.34
mod_version = 1.4.35
maven_group = carpet
archives_base_name = fabric-carpet

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/carpet/CarpetSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
@SuppressWarnings("CanBeFinal")
public class CarpetSettings
{
public static final String carpetVersion = "1.4.34+v210428";
public static final String carpetVersion = "1.4.35+v210505";
public static final Logger LOG = LogManager.getLogger("carpet");
public static boolean skipGenerationChecks = false;
public static boolean impendingFillSkipUpdates = false;
Expand Down

0 comments on commit 7063d54

Please sign in to comment.