mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-06 08:38:30 +09:00
Alpha 1.2 release candidate
This commit is contained in:
@@ -44,10 +44,10 @@ package=net.torvald.terrarum.modulebasegame
|
|||||||
entrypoint=net.torvald.terrarum.modulebasegame.EntryPoint
|
entrypoint=net.torvald.terrarum.modulebasegame.EntryPoint
|
||||||
|
|
||||||
# Release date in YYYY-MM-DD
|
# 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/)
|
# 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";
|
# 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.
|
# Due to security reasons, loading an arbitrary JAR is not allowed.
|
||||||
|
|||||||
@@ -3,8 +3,8 @@ description=Simple music player widget
|
|||||||
author=CuriousTo\uA75Bvald
|
author=CuriousTo\uA75Bvald
|
||||||
package=net.torvald.terrarum.musicplayer
|
package=net.torvald.terrarum.musicplayer
|
||||||
entrypoint=net.torvald.terrarum.musicplayer.EntryPoint
|
entrypoint=net.torvald.terrarum.musicplayer.EntryPoint
|
||||||
releasedate=2024-03-03
|
releasedate=2024-03-28
|
||||||
version=1.0.1
|
version=1.0.2
|
||||||
jar=MusicPlayer.jar
|
jar=MusicPlayer.jar
|
||||||
jarhash=53248a70a8cbfbcdd76e11549a132400305e91785ff98af514e68e8cafacdc19
|
jarhash=8ab074e9dc6312ea4d3f6f500e362afb65001d3770f4f8da1d9f2e47cb294de0
|
||||||
dependency=basegame 0.4.1
|
dependency=basegame 0.4.2+
|
||||||
|
|||||||
@@ -76,6 +76,7 @@ basegame
|
|||||||
// Commit counts up to the Release 0.3.3: 3020
|
// Commit counts up to the Release 0.3.3: 3020
|
||||||
// Commit counts up to the Release 0.4.0: 3631
|
// Commit counts up to the Release 0.4.0: 3631
|
||||||
// Commit counts up to the Release 0.4.1: 3678
|
// Commit counts up to the Release 0.4.1: 3678
|
||||||
|
// Commit counts up to the Release 0.4.2: 3761
|
||||||
|
|
||||||
val DEV_CYCLE: Map<String, Long> = mapOf(
|
val DEV_CYCLE: Map<String, Long> = mapOf(
|
||||||
"Alpha" to 0x0000_000004_000000,
|
"Alpha" to 0x0000_000004_000000,
|
||||||
|
|||||||
Reference in New Issue
Block a user