0.4.1 release

This commit is contained in:
minjaesong
2024-03-03 17:53:35 +09:00
parent 91798436cb
commit fbe887b039
4 changed files with 9 additions and 10 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-02-19
releasedate=2024-03-03
# The version, must follow Semver 2.0.0 scheme (https://semver.org/)
version=0.4.0
version=0.4.1
# 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.