Skip to content

Commit

Permalink
update release date
Browse files Browse the repository at this point in the history
  • Loading branch information
curioustorvald committed Feb 18, 2024
1 parent 55cba3e commit 165a9b4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions assets/mods/basegame/metadata.properties
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ package=net.torvald.terrarum.modulebasegame
entrypoint=net.torvald.terrarum.modulebasegame.EntryPoint

# 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/)
version=0.4.0
Expand All @@ -66,4 +66,4 @@ jarhash=
# - a.b+ : Any version between a.b.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
dependency=
dependency=
2 changes: 1 addition & 1 deletion assets/mods/musicplayer/metadata.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description=Simple music player widget
author=CuriousTo\uA75Bvald
package=net.torvald.terrarum.musicplayer
entrypoint=net.torvald.terrarum.musicplayer.EntryPoint
releasedate=2024-02-10
releasedate=2024-02-19
version=1.0.0
jar=MusicPlayer.jar
jarhash=c8896ce5b2aa79057e1324a701c1c5bd4099a8a651f044a120ad700cedfbb16e
Expand Down
2 changes: 1 addition & 1 deletion src/net/torvald/terrarum/TerrarumAppConfiguration.kt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ basegame
// 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.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 = ForcedSnapshot("24w07d") // for snapshot release
Expand Down

0 comments on commit 165a9b4

Please sign in to comment.