diff --git a/package-lock.json b/package-lock.json index 3059d8ad..6a869f51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@filecoin-station/core", - "version": "21.0.1", + "version": "21.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@filecoin-station/core", - "version": "21.0.1", + "version": "21.0.2", "hasInstallScript": true, "license": "(Apache-2.0 AND MIT)", "dependencies": { diff --git a/package.json b/package.json index 2e561bda..1cc21def 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@filecoin-station/core", - "version": "21.0.1", + "version": "21.0.2", "description": "Filecoin Station Core", "license": "(Apache-2.0 AND MIT)", "repository": { @@ -69,5 +69,5 @@ "lib", "scripts" ], - "sentryEnvironment": "development" + "sentryEnvironment": "production" }