Skip to content

Commit 0928ee0

Browse files
author
Sasha
committed
v1.0.1 release
1 parent 4df283e commit 0928ee0

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<property name="srcBeast2" location="${beast2path}/src" />
1919
<property name="beast2classpath" location="${beast2path}/build" />
2020
<property name="Add_on_dir" value="${release_dir}/add-on" />
21-
<property name="version" value="1.0.0" />
21+
<property name="version" value="1.0.1" />
2222

2323
<import file="${beast2path}/build.xml" />
2424

src/beast/app/beauti/BeautiMorphModelAlignmentProvider.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
import beast.core.BEASTInterface;
1515
import beast.core.parameter.RealParameter;
1616
import beast.evolution.alignment.Alignment;
17-
import beast.evolution.alignment.AscertainedFilteredAlignment;
1817
import beast.evolution.alignment.FilteredAlignment;
1918
import beast.evolution.alignment.Sequence;
2019
import beast.evolution.datatype.DataType;

version.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
<addon name='MM' version='1.0.0'>
1+
<addon name='MM' version='1.0.1'>
22
<depends on='beast2' atleast='2.2.0'/>
33
</addon>

0 commit comments

Comments
 (0)