We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64d4953 commit eb3c19cCopy full SHA for eb3c19c
build.gradle
@@ -15,7 +15,7 @@ allprojects {
15
16
subprojects {
17
group = 'org.megamek'
18
- version = '0.50.04-SNAPSHOT'
+ version = '0.50.04'
19
}
20
21
// A properties_local.gradle file can be used to override any of the above options. For instance,
megameklab/docs/history.txt
@@ -1,6 +1,6 @@
1
MEGAMEKLAB VERSION HISTORY:
2
----------------
3
-0.50.04-SNAPSHOT
+0.50.04 (2025-03-22 1600 UTC)
4
+ Fix #1707: Fix transport tab weight inflation on infantry bays
5
+ Fix #1710: Prevent tab names from being messed up by entity type change
6
+ Fix #1714/#1689: Missed an updateLoadedUnit
0 commit comments