diff --git a/LICENSE b/LICENSE index 3edb486..926bdca 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 ReadMe.io +Copyright (c) 2023 ReadMe.io Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package-lock.json b/package-lock.json index 6982517..dec3929 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@readme/http-status-codes", - "version": "8.0.0", + "version": "8.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@readme/http-status-codes", - "version": "8.0.0", + "version": "8.0.1", "license": "MIT", "devDependencies": { "@readme/eslint-config": "^13.1.0", diff --git a/package.json b/package.json index 4f1a588..aaa9676 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@readme/http-status-codes", "description": "Utility to lookup HTTP status codes", - "version": "8.0.0", + "version": "8.0.1", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": {