diff --git a/package-lock.json b/package-lock.json index 7a4eb376..0ef013ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@filecoin-station/core", - "version": "13.4.0", + "version": "13.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@filecoin-station/core", - "version": "13.4.0", + "version": "13.4.1", "hasInstallScript": true, "license": "(Apache-2.0 AND MIT)", "dependencies": { diff --git a/package.json b/package.json index 49888a58..96ece1c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@filecoin-station/core", - "version": "13.4.0", + "version": "13.4.1", "description": "Filecoin Station Core", "license": "(Apache-2.0 AND MIT)", "repository": "filecoin-station/core", @@ -51,5 +51,5 @@ "unzip-stream": "^0.3.1", "yargs": "^17.7.1" }, - "sentryEnvironment": "development" + "sentryEnvironment": "production" }