From fe61e39cc4994e4b91fbfb04e75d5c93471fb195 Mon Sep 17 00:00:00 2001 From: David Newell Date: Fri, 15 Mar 2024 15:50:55 +0100 Subject: [PATCH] Bump version and set as pre-release --- lib/version.js | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/version.js b/lib/version.js index d810b945..e3d40348 100644 --- a/lib/version.js +++ b/lib/version.js @@ -1 +1 @@ -module.exports = '2.2.1'; +module.exports = '2.2.2-pre'; diff --git a/package.json b/package.json index a772d994..391e63c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dagrejs/graphlib", - "version": "2.2.1", + "version": "2.2.2-pre", "description": "A directed and undirected multi-graph library", "author": "Chris Pettitt ", "license": "MIT", @@ -47,4 +47,4 @@ "type": "git", "url": "https://github.com/dagrejs/graphlib.git" } -} +} \ No newline at end of file