File tree 3 files changed +4
-2
lines changed
resources/mekhq/resources
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
VERSION HISTORY:
2
2
----------------
3
+ v0.47.3-SNAPSHOT
4
+
3
5
v0.47.2 (2019-11-15 2000 UTC)
4
6
+ PR #1325: Customize protomechs and advanced aero in MekLab
5
7
+ PR #1326: Fix another potential error preventing day advancement when giving training XP
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.2
5
+ Application.version = 0.47.3-SNAPSHOT
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.2 '
22
+ version = ' 0.47.3-SNAPSHOT '
23
23
}
24
24
25
25
ext {
You can’t perform that action at this time.
0 commit comments