diff --git a/package-lock.json b/package-lock.json index 0af33edd..9bfec5bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "neverthrow", - "version": "6.0.0", + "version": "6.0.1-0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "neverthrow", - "version": "6.0.0", + "version": "6.0.1-0", "license": "MIT", "devDependencies": { "@babel/core": "7.16.7", diff --git a/package.json b/package.json index d3bc20f1..741da95a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "neverthrow", - "version": "6.0.0", + "version": "6.0.1-0", "description": "Stop throwing errors, and instead return Results!", "main": "dist/index.cjs.js", "module": "dist/index.es.js",