Skip to content

Commit

Permalink
update to 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
royludo committed Jun 27, 2018
1 parent c023d49 commit 67bd8cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cd2sbgnml.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
java -cp target/cd2sbgnml-0.4.3-app.jar fr.curie.cd2sbgnml.Cd2SbgnmlScript -i $1 -o $2
java -cp target/cd2sbgnml-0.4.4-app.jar fr.curie.cd2sbgnml.Cd2SbgnmlScript -i $1 -o $2
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>fr.curie</groupId>
<artifactId>cd2sbgnml</artifactId>
<version>0.4.3</version>
<version>0.4.4</version>


<build>
Expand Down
2 changes: 1 addition & 1 deletion sbgnml2cd.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
java -cp target/cd2sbgnml-0.4.3-app.jar fr.curie.cd2sbgnml.Sbgnml2CdScript -i $1 -o $2
java -cp target/cd2sbgnml-0.4.4-app.jar fr.curie.cd2sbgnml.Sbgnml2CdScript -i $1 -o $2

0 comments on commit 67bd8cc

Please sign in to comment.