Skip to content

Commit a6bb3fd

Browse files
committed
version bump
1 parent af3da9a commit a6bb3fd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.4" />
21+
<property name="version" value="1.1.0" />
2222

2323
<property name="buildMODEL_SELECTION" location="../model-selection/build"/>
2424
<property name="buildBEAST_LABS" location="../BEASTLabs/build"/>

version.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<package name='NS' version='1.0.3'>
2-
<depends on='beast2' atleast='2.5.0'/>
3-
<depends on='BEASTLabs' atleast='1.8.0'/>
4-
<depends on='MODEL_SELECTION' atleast='1.4.1'/>
1+
<package name='NS' version='1.1.0'>
2+
<depends on='beast2' atleast='2.6.0'/>
3+
<depends on='BEASTLabs' atleast='1.9.0'/>
4+
<depends on='MODEL_SELECTION' atleast='1.5.0'/>
55

66
<packageapp description="Nested Sampling Log Analyser"
77
class="beast.util.NSLogAnalyser"

0 commit comments

Comments
 (0)