Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rbouckaert committed Jun 19, 2019
1 parent af3da9a commit a6bb3fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<property name="srcBeast2" location="${beast2path}/src" />
<property name="beast2classpath" location="${beast2path}/build" />
<property name="Add_on_dir" value="${release_dir}/add-on" />
<property name="version" value="1.0.4" />
<property name="version" value="1.1.0" />

<property name="buildMODEL_SELECTION" location="../model-selection/build"/>
<property name="buildBEAST_LABS" location="../BEASTLabs/build"/>
Expand Down
8 changes: 4 additions & 4 deletions version.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<package name='NS' version='1.0.3'>
<depends on='beast2' atleast='2.5.0'/>
<depends on='BEASTLabs' atleast='1.8.0'/>
<depends on='MODEL_SELECTION' atleast='1.4.1'/>
<package name='NS' version='1.1.0'>
<depends on='beast2' atleast='2.6.0'/>
<depends on='BEASTLabs' atleast='1.9.0'/>
<depends on='MODEL_SELECTION' atleast='1.5.0'/>

<packageapp description="Nested Sampling Log Analyser"
class="beast.util.NSLogAnalyser"
Expand Down

0 comments on commit a6bb3fd

Please sign in to comment.