Skip to content

Commit

Permalink
Stable Release <0.46.1>
Browse files Browse the repository at this point in the history
  • Loading branch information
neoancient committed Jan 17, 2020
1 parent 7d362ef commit 9b77c1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = 1.8
targetCompatibility = 1.8
group = 'org.megamek'
version = '0.46.1-SNAPSHOT'
version = '0.46.1'

sourceSets {
main {
Expand Down
2 changes: 1 addition & 1 deletion docs/history.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION HISTORY:
----------------
v0.46.1-SNAPSHOT
0.46.1 (2020-01-17 0800 UTC)
+ Issue #336: Quad Battlemechs are unable to allocate industrial physical weapons to their side torsos
+ Issue #337: Cost Calculation / Rules: Repair Facility on Space Stations
+ Issue #341: Sort the database won't work well in decimal point level
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 @@ -35,7 +35,7 @@
import megameklab.com.ui.Mek.MainUI;

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

private static MMLogger logger = null;

Expand Down

0 comments on commit 9b77c1c

Please sign in to comment.