Skip to content

Commit

Permalink
chore: v1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
RubixDev committed Aug 15, 2023
1 parent 9a1458f commit 9d49e01
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 @@ -11,7 +11,7 @@ loader_version = 0.14.21
carpet_core_version = 1.20-1.4.112+v230608

# Mod Properties
mod_version = 1.4.3
mod_version = 1.4.4
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 @@ -55,7 +55,7 @@
import org.jetbrains.annotations.Nullable;

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

private static MinecraftServer minecraftServer;
Expand Down

0 comments on commit 9d49e01

Please sign in to comment.