diff --git a/package-lock.json b/package-lock.json index fb86829..afe0bf0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "graph-data-structure", - "version": "4.2.0", + "version": "4.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "graph-data-structure", - "version": "4.2.0", + "version": "4.3.0", "license": "MIT", "devDependencies": { "@rollup/plugin-node-resolve": "15.3.0", diff --git a/package.json b/package.json index e397ada..f221f74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graph-data-structure", - "version": "4.2.0", + "version": "4.3.0", "description": "A graph data structure with topological sort.", "author": "Curran Kelleher", "contributors": [