diff --git a/package-lock.json b/package-lock.json index a783832..621ed9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "http-status-codes", - "version": "2.0.0-beta.8", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4b8a5c3..38a3f49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "http-status-codes", - "version": "2.0.0-beta.8", + "version": "2.0.0", "description": "Constants enumerating the HTTP status codes. Based on the Java Apache HttpStatus API.", "scripts": { "update-codes": "ts-node --project ./scripts/tsconfig.json ./scripts/update-codes",