diff --git a/package-lock.json b/package-lock.json index 4d5a887..3a19774 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "graph-data-structure", - "version": "3.2.0", + "version": "3.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "graph-data-structure", - "version": "3.2.0", + "version": "3.3.0", "license": "MIT", "devDependencies": { "@types/node": "18.14.0", diff --git a/package.json b/package.json index dfc8308..2ff0577 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graph-data-structure", - "version": "3.2.0", + "version": "3.3.0", "description": "A graph data structure with topological sort.", "files": [ "./dist"