Skip to content

Commit

Permalink
Increase the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreBurel committed Jun 6, 2023
1 parent 893f821 commit 383c1bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ext/src/PathwayGrabber.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="kegg" name="PathwayGrabber" version="3.1.0">
<tool id="kegg" name="PathwayGrabber" version="3.1.1">
<description>Get Kegg maps from Uniprot entries or Kegg identifiers</description>
<command detect_errors="exit_code"><![CDATA[
julia $__tool_directory__/PathwayGrabber.jl '$inputs' '${inputFile.display_name}' '$output_xlsx' '$output'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pathwaygrabber",
"version": "3.1.0",
"version": "3.1.1",
"description": "Retrieve Kegg maps from Uniprot entries or Kegg identifiers",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 383c1bf

Please sign in to comment.