diff --git a/package-lock.json b/package-lock.json index 6fe584c..ba21547 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cwl-svg", - "version": "2.1.9", + "version": "2.1.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 291f11c..7b203ed 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "license": "Apache-2.0", "author": "Ivan Batic (http://github.com/ivanbatic)", "description": "A library for generating an interactive SVG visualization of CWL workflows", - "version": "2.1.9", + "version": "2.1.10", "scripts": { "build": "rm -rf compiled && npx tsc", "webpack:watch": "node_modules/.bin/webpack --watch",