Skip to content

Commit

Permalink
v1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
RubixDev committed Aug 2, 2022
1 parent 47a2e89 commit d5d3e35
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.83+v220727

# Mod Properties
mod_version = 1.3.5
mod_version = 1.3.6
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 @@ -60,7 +60,7 @@
import org.jetbrains.annotations.Nullable;

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

private static MinecraftServer minecraftServer;
Expand Down

0 comments on commit d5d3e35

Please sign in to comment.