Alpha 1.2 release candidate

This commit is contained in:
minjaesong
2024-03-28 00:43:18 +09:00
parent a3d132d26c
commit f3e2fa8441
3 changed files with 7 additions and 6 deletions

View File

@@ -44,10 +44,10 @@ package=net.torvald.terrarum.modulebasegame
entrypoint=net.torvald.terrarum.modulebasegame.EntryPoint
# Release date in YYYY-MM-DD
releasedate=2024-03-03
releasedate=2024-03-28
# The version, must follow Semver 2.0.0 scheme (https://semver.org/)
version=0.4.1
version=0.4.2
# External JAR that the module is compiled. If your module requires yet another library, the JAR must be compiled as a "Fatjar";
# Due to security reasons, loading an arbitrary JAR is not allowed.