diff --git a/package-lock.json b/package-lock.json index 201ccce5..954b8248 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@filecoin-station/core", - "version": "21.2.1", + "version": "21.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@filecoin-station/core", - "version": "21.2.1", + "version": "21.2.2", "hasInstallScript": true, "license": "(Apache-2.0 AND MIT)", "dependencies": { diff --git a/package.json b/package.json index f345c9c7..2d9aff3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@filecoin-station/core", - "version": "21.2.1", + "version": "21.2.2", "description": "Filecoin Station Core", "license": "(Apache-2.0 AND MIT)", "repository": { @@ -69,5 +69,5 @@ "lib", "scripts" ], - "sentryEnvironment": "development" + "sentryEnvironment": "production" }