File tree 3 files changed +3
-3
lines changed
resources/mekhq/resources
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
VERSION HISTORY:
2
2
----------------
3
- 0.49.3-SNAPSHOT
3
+ 0.49.3 (2021-08-23 2000 UTC)
4
4
+ Issue #2679: Correctly show and apply overtime mod to multi-day rolls
5
5
+ Issue #2709: Two Scenario Date NPEs
6
6
+ Issue #2685: Preventing NPE when loading scenario save games
Original file line number Diff line number Diff line change 2
2
3
3
Application.name = MekHQ
4
4
Application.title = MekHQ
5
- Application.version = 0.49.3-SNAPSHOT
5
+ Application.version = 0.49.3
6
6
Application.vendor = MekHQ Project
7
7
Application.homepage =https://github.com/MegaMek
8
8
Application.description = A program for managing BattleTech campaigns played via MegaMek or tabletop
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ allprojects {
22
22
23
23
subprojects {
24
24
group = ' org.megamek'
25
- version = ' 0.49.3-SNAPSHOT '
25
+ version = ' 0.49.3'
26
26
}
27
27
28
28
ext {
You can’t perform that action at this time.
0 commit comments