We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 722457c commit 5c6246aCopy full SHA for 5c6246a
2 files changed
build.xml
@@ -18,7 +18,7 @@
18
<property name="srcBeast2" location="${beast2path}/src" />
19
<property name="beast2classpath" location="${beast2path}/build" />
20
<property name="Add_on_dir" value="${release_dir}/add-on" />
21
- <property name="version" value="1.0.3" />
+ <property name="version" value="1.0.4" />
22
23
<import file="${beast2path}/build.xml" />
24
version.xml
@@ -1,3 +1,3 @@
1
-<addon name='MM' version='1.0.3'>
+<addon name='MM' version='1.0.4'>
2
<depends on='beast2' atleast='2.4'/>
3
</addon>
0 commit comments