From 89dbe4f75bdf96f3e0771a63e34492be50c91934 Mon Sep 17 00:00:00 2001 From: Julian Gruber Date: Sun, 13 Oct 2024 11:12:22 +0200 Subject: [PATCH] 21.2.3 --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 954b824..484adb5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@filecoin-station/core", - "version": "21.2.2", + "version": "21.2.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@filecoin-station/core", - "version": "21.2.2", + "version": "21.2.3", "hasInstallScript": true, "license": "(Apache-2.0 AND MIT)", "dependencies": { diff --git a/package.json b/package.json index 4088c3f..c1331ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@filecoin-station/core", - "version": "21.2.2", + "version": "21.2.3", "description": "Filecoin Station Core", "license": "(Apache-2.0 AND MIT)", "repository": { @@ -69,5 +69,5 @@ "lib", "scripts" ], - "sentryEnvironment": "development" + "sentryEnvironment": "production" }