Skip to content

Commit

Permalink
Ready to Develop <v0.49.1>
Browse files Browse the repository at this point in the history
  • Loading branch information
HammerGS committed May 2, 2021
1 parent f7551a7 commit 8c1d9d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
sourceCompatibility = 11
targetCompatibility = 11
group = 'org.megamek'
version = '0.49.0'
version = '0.49.1-SNAPSHOT'

sourceSets {
main {
Expand Down
2 changes: 2 additions & 0 deletions docs/history.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
VERSION HISTORY:
----------------
0.49.1-SNAPSHOT

0.49.0 (2021-05-01 2130 UTC)
+ PR #859: Allow MML config to be loaded in memory only
+ PR #892: Account for missing actuators in shield pips
Expand Down
2 changes: 1 addition & 1 deletion src/megameklab/com/MegaMekLab.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
import megameklab.com.util.UnitUtil;

public class MegaMekLab {
public static final String VERSION = "0.49.0";
public static final String VERSION = "0.49.1-SNAPSHOT";

private static MMLogger logger = null;

Expand Down

0 comments on commit 8c1d9d3

Please sign in to comment.