From 50c82f2f1f1b713108bc23c2b6c3f4a1dd3fdd59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Tue, 9 Jul 2024 12:23:32 +0100 Subject: [PATCH] 21.1.2 --- 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 83ac1e41..0e01e353 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@filecoin-station/core", - "version": "21.1.1", + "version": "21.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@filecoin-station/core", - "version": "21.1.1", + "version": "21.1.2", "hasInstallScript": true, "license": "(Apache-2.0 AND MIT)", "dependencies": { diff --git a/package.json b/package.json index 1c90086f..c58da8d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@filecoin-station/core", - "version": "21.1.1", + "version": "21.1.2", "description": "Filecoin Station Core", "license": "(Apache-2.0 AND MIT)", "repository": { @@ -69,5 +69,5 @@ "lib", "scripts" ], - "sentryEnvironment": "development" + "sentryEnvironment": "production" }