diff --git a/package-lock.json b/package-lock.json index a1bc6db..92f3d99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { "name": "http-status-codes", - "version": "1.3.2", + "version": "1.4.0", "lockfileVersion": 1 } diff --git a/package.json b/package.json index 423f8f9..f1a0a29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "http-status-codes", - "version": "1.3.2", + "version": "1.4.0", "description": "Constants enumerating the HTTP status codes. Based on the Java Apache HttpStatus API.", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"