diff --git a/package-lock.json b/package-lock.json index e1a8121..eab5428 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@webcarrot/api", - "version": "1.8.1", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@webcarrot/api", - "version": "1.8.1", + "version": "2.0.0", "license": "MIT", "devDependencies": { "@types/react": "^18.0.21", diff --git a/package.json b/package.json index d1e9a3a..75a9cc0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "public": true, "name": "@webcarrot/api", - "version": "1.8.1", + "version": "2.0.0", "description": "Framework that provide minimal API support", "main": "./dist/cjs/index.js", "type": "module",