From fe517a9654cfc99f3aee2167469cc619a16fb708 Mon Sep 17 00:00:00 2001 From: David Newell Date: Tue, 12 Mar 2024 15:00:19 +0000 Subject: [PATCH] Bump version and set as pre-release --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 770da611..71064c4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dagrejs/graphlib", - "version": "2.2.0", + "version": "2.2.1-pre", "description": "A directed and undirected multi-graph library", "author": "Chris Pettitt ", "license": "MIT", @@ -59,4 +59,4 @@ "type": "git", "url": "https://github.com/dagrejs/graphlib.git" } -} +} \ No newline at end of file