From e0744fa86ca18f28e76867343ec6f278b6e17e58 Mon Sep 17 00:00:00 2001 From: Matthias Seemann Date: Sun, 21 Jul 2024 22:41:11 +0200 Subject: [PATCH] 2.1.3 --- 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 ffbc5e3..e2b56db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@visisoft/staticland", - "version": "2.1.2", + "version": "2.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@visisoft/staticland", - "version": "2.1.2", + "version": "2.1.3", "license": "JSON", "dependencies": { "ramda": "^0.30.1" diff --git a/package.json b/package.json index e11c68a..11ec9a5 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.2" + "version": "2.1.3" }