Skip to content

Commit

Permalink
v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RubixDev committed Jun 27, 2022
1 parent ff1f416 commit 4f2abbb
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=-Xmx4G
carpet_core_version=1.4.79+v220607

# Mod Properties
mod_version = 1.3.1
mod_version = 1.3.2
maven_group = de.rubixdev.rug
archives_base_name = rug

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/de/rubixdev/rug/RugServer.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
import net.minecraft.util.math.BlockPos;

public class RugServer implements CarpetExtension, ModInitializer {
public static final String VERSION = "1.3.1";
public static final String VERSION = "1.3.2";
public static final Logger LOGGER = LogManager.getLogger("Rug");

private static MinecraftServer minecraftServer;
Expand Down

0 comments on commit 4f2abbb

Please sign in to comment.