From bc0f99aeda7b2dcb598feb5849db3e6426417224 Mon Sep 17 00:00:00 2001 From: David Newell Date: Fri, 28 Jun 2024 13:10:07 +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 47fa6f50..3cd2967a 100644 --- a/lib/version.js +++ b/lib/version.js @@ -1 +1 @@ -module.exports = "1.1.3"; +module.exports = "1.1.4-pre"; diff --git a/package.json b/package.json index 451f50a5..8eaa3767 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dagrejs/dagre", - "version": "1.1.3", + "version": "1.1.4-pre", "description": "Graph layout for JavaScript", "author": "Chris Pettitt ", "contributors": [ @@ -49,4 +49,4 @@ "type": "git", "url": "https://github.com/dagrejs/dagre.git" } -} +} \ No newline at end of file