From 9320aa8c59d36d42fa6b0a6665d242a7cc731325 Mon Sep 17 00:00:00 2001 From: Curran Date: Thu, 14 Nov 2024 11:14:43 -0500 Subject: [PATCH] 4.0.1 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9a840d3..88b4ee5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "graph-data-structure", - "version": "4.0.0", + "version": "4.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "graph-data-structure", - "version": "4.0.0", + "version": "4.0.1", "license": "MIT", "devDependencies": { "@rollup/plugin-node-resolve": "15.3.0", diff --git a/package.json b/package.json index 48c75de..fdc1089 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graph-data-structure", - "version": "4.0.0", + "version": "4.0.1", "description": "A graph data structure with topological sort.", "author": "Curran Kelleher", "contributors": [