From be67692884a453800ad693dea5279381d1cc4044 Mon Sep 17 00:00:00 2001 From: Matthias Seemann Date: Sun, 21 Jul 2024 22:58:35 +0200 Subject: [PATCH] 2.1.4 --- 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 e2b56db..757fa93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@visisoft/staticland", - "version": "2.1.3", + "version": "2.1.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@visisoft/staticland", - "version": "2.1.3", + "version": "2.1.4", "license": "JSON", "dependencies": { "ramda": "^0.30.1" diff --git a/package.json b/package.json index 11ec9a5..cd2c21a 100644 --- a/package.json +++ b/package.json @@ -101,5 +101,5 @@ "test:individual": "npx mocha --no-config test/readmeExampleTest.mjs" }, "type": "module", - "version": "2.1.3" + "version": "2.1.4" }