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.47.7-SNAPSHOT
3
+ 0.47.7 (2020-06-22 2330 UTC)
4
4
+ PR #1811: Fix advance multiple days reports not showing
5
5
+ PR #1810: use grid layout for repair tab main panels
6
6
+ PR #1802: Updates to special abilities in all presets
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.47.7-SNAPSHOT
5
+ Application.version = 0.47.7
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 @@ -19,7 +19,7 @@ allprojects {
19
19
20
20
subprojects {
21
21
group = ' org.megamek'
22
- version = ' 0.47.7-SNAPSHOT '
22
+ version = ' 0.47.7'
23
23
}
24
24
25
25
ext {
You can’t perform that action at this time.
0 commit comments