diff --git a/package-lock.json b/package-lock.json index 54bf2b7..e0c7637 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@curveball/kernel", - "version": "0.20.0-alpha.0", + "version": "0.20.0-alpha.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@curveball/kernel", - "version": "0.20.0-alpha.0", + "version": "0.20.0-alpha.1", "license": "MIT", "dependencies": { "@curveball/http-errors": "^0.4.0", diff --git a/package.json b/package.json index fc934f8..3b4a4aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@curveball/kernel", - "version": "0.20.0-alpha.0", + "version": "0.20.0-alpha.1", "description": "Curveball is a framework writting in Typescript for Node.js", "main": "dist/index.js", "scripts": {