File tree 3 files changed +4
-4
lines changed
resources/mekhq/resources
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
VERSION HISTORY:
2
2
----------------
3
- v0.47.4-SNAPSHOT
3
+ v0.47.4 (2020-2-09 2200 UTC)
4
4
+ PR #1440: Implement "Rugged" quirk (2x or 3x between maintenance rolls)
5
5
+ Issue #1447: Bug: Don't infinite loop in acquisition logic
6
6
+ Issue #1413 #1415: Hangar report displays units in alphabetical order and reflects mothball status
@@ -12,7 +12,7 @@ v0.47.4-SNAPSHOT
12
12
+ PR #1467: Made the Standard Value for Double Enemy Vehicles False
13
13
+ Issue #280: Adding Portrait folder documentation
14
14
15
- v0.47.3 (2020-2-11 2200 UTC)
15
+ v0.47.3 (2020-2-01 2200 UTC)
16
16
+ Issue #1344: Ensure techs show the right skill for Protomechs
17
17
+ PR #1348: Enable scenario modifiers to add objectives to scenarios generated from templates
18
18
+ Issue #1349: Problem with replacing Protomech limbs lost in combat
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.4-SNAPSHOT
5
+ Application.version = 0.47.4
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.4-SNAPSHOT '
22
+ version = ' 0.47.4'
23
23
}
24
24
25
25
ext {
You can’t perform that action at this time.
0 commit comments