Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
tgvaughan committed Jun 22, 2020
1 parent 2ccbe70 commit 9145931
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class MultiTypeTreeFromUntypedNewick extends MultiTypeTree implements Sta

public Input<Boolean> adjustTipHeightsInput = new Input<>(
"adjustTipHeights",
"Adjust tip heights in tree? Default true.",
"Adjust tip heights in tree? Default false.",
false);

public Input<SCMigrationModel> migrationModelInput = new Input<>(
Expand Down
2 changes: 1 addition & 1 deletion version.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<addon name="MultiTypeTree" version="7.0.1">
<addon name="MultiTypeTree" version="7.0.2">
<depends on="beast2" atleast="2.6.0" atmost="2.6.9"/>

<!-- Add other dependencies as necessary. -->
Expand Down

0 comments on commit 9145931

Please sign in to comment.