From 32a4c30c557e8e820e321c25b701f35e9fc22eb6 Mon Sep 17 00:00:00 2001 From: prettymuchbryce Date: Sun, 27 Oct 2019 08:31:20 -0700 Subject: [PATCH] 1.4.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"