From 1373f5921205812d21e186f2d3f2efd83320286a Mon Sep 17 00:00:00 2001 From: David Newell Date: Mon, 11 Sep 2023 12:16:18 +0200 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 03e9c412..d4eed649 100644 --- a/lib/version.js +++ b/lib/version.js @@ -1 +1 @@ -module.exports = "1.0.4"; +module.exports = "1.0.5-pre"; diff --git a/package.json b/package.json index 5347ddb7..16c89d43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dagrejs/dagre", - "version": "1.0.4", + "version": "1.0.5-pre", "description": "Graph layout for JavaScript", "author": "Chris Pettitt ", "contributors": [ @@ -50,4 +50,4 @@ "type": "git", "url": "https://github.com/dagrejs/dagre.git" } -} +} \ No newline at end of file