From c366a6064f4b78faa0457fe262ee12ac5f85b860 Mon Sep 17 00:00:00 2001 From: Julian Gruber Date: Thu, 16 May 2024 05:33:53 +0200 Subject: [PATCH] 20.6.0 --- 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 b8e7155c..29c773d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@filecoin-station/core", - "version": "20.5.2", + "version": "20.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@filecoin-station/core", - "version": "20.5.2", + "version": "20.6.0", "hasInstallScript": true, "license": "(Apache-2.0 AND MIT)", "dependencies": { diff --git a/package.json b/package.json index b22bcaa0..e168156f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@filecoin-station/core", - "version": "20.5.2", + "version": "20.6.0", "description": "Filecoin Station Core", "license": "(Apache-2.0 AND MIT)", "repository": "filecoin-station/core", @@ -58,5 +58,5 @@ "w3name": "^1.0.8", "yargs": "^17.7.1" }, - "sentryEnvironment": "development" + "sentryEnvironment": "production" }