mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-10 10:34:06 +09:00
update release date
This commit is contained in:
@@ -44,7 +44,7 @@ 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=2023-10-06
|
releasedate=2024-02-19
|
||||||
|
|
||||||
# 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.0
|
version=0.4.0
|
||||||
@@ -66,4 +66,4 @@ jarhash=
|
|||||||
# - a.b+ : Any version between a.b.0 and a.16777215.16777215
|
# - a.b+ : Any version between a.b.0 and a.16777215.16777215
|
||||||
# - a.* : Any version between a.0.0 and a.16777215.16777215
|
# - a.* : Any version between a.0.0 and a.16777215.16777215
|
||||||
# - * : Any version between 0.0.0 and 65535.16777215.16777215
|
# - * : Any version between 0.0.0 and 65535.16777215.16777215
|
||||||
dependency=
|
dependency=
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ 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-02-10
|
releasedate=2024-02-19
|
||||||
version=1.0.0
|
version=1.0.0
|
||||||
jar=MusicPlayer.jar
|
jar=MusicPlayer.jar
|
||||||
jarhash=c8896ce5b2aa79057e1324a701c1c5bd4099a8a651f044a120ad700cedfbb16e
|
jarhash=c8896ce5b2aa79057e1324a701c1c5bd4099a8a651f044a120ad700cedfbb16e
|
||||||
|
|||||||
@@ -71,7 +71,7 @@ basegame
|
|||||||
// Commit counts up to the Release 0.3.1: 2278
|
// Commit counts up to the Release 0.3.1: 2278
|
||||||
// Commit counts up to the Release 0.3.2: 2732
|
// Commit counts up to the Release 0.3.2: 2732
|
||||||
// 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: 3630
|
// Commit counts up to the Release 0.4.0: 3631
|
||||||
|
|
||||||
// val VERSION_SNAPSHOT = Snapshot(0) // for normal dev
|
// val VERSION_SNAPSHOT = Snapshot(0) // for normal dev
|
||||||
// val VERSION_SNAPSHOT = ForcedSnapshot("24w07d") // for snapshot release
|
// val VERSION_SNAPSHOT = ForcedSnapshot("24w07d") // for snapshot release
|
||||||
|
|||||||
Reference in New Issue
Block a user