Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
walterxie committed Sep 25, 2017
1 parent 5fc7633 commit 030f088
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,8 @@

<input addproperty="projName" defaultvalue="${defaultProjName}">Enter package name</input>
<input addproperty="license" defaultvalue="gpl3" validargs="gpl3,lgpl3,lgpl2.1,apache2">Select open source software license</input>
<input addproperty="projVersion" defaultvalue="1.0.0">Enter package version</input>
<input addproperty="beastVersionReq" defaultvalue="2.1.0">Enter minimum required BEAST 2 version</input>
<input addproperty="projVersion" defaultvalue="1.0.1">Enter package version</input>
<input addproperty="beastVersionReq" defaultvalue="2.4.0">Enter minimum required BEAST 2 version</input>

<echo>Assembling files and directory structure...</echo>

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="SSM" version="1.0.0">
<addon name="SSM" version="1.0.1">
<depends on="beast2" atleast="2.4.0"/>

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

0 comments on commit 030f088

Please sign in to comment.