diff --git a/LICENSE b/LICENSE index c4d1db6..9d354ba 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2019, Jason Mulligan +Copyright (c) 2022, Jason Mulligan All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/README.md b/README.md index 80e600d..f8a6d87 100644 --- a/README.md +++ b/README.md @@ -180,5 +180,5 @@ cache.ttl = 3e4; ``` ## License -Copyright (c) 2019 Jason Mulligan +Copyright (c) 2022 Jason Mulligan Licensed under the BSD-3 license. diff --git a/package-lock.json b/package-lock.json index b9c80c6..98f2c3b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tiny-lru", - "version": "7.0.6", + "version": "8.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "tiny-lru", - "version": "7.0.6", + "version": "8.0.0", "license": "BSD-3-Clause", "devDependencies": { "auto-changelog": "^2.4.0", diff --git a/package.json b/package.json index c70b5cf..825204d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tiny-lru", "description": "Tiny LRU cache for Client or Server", - "version": "7.0.6", + "version": "8.0.0", "homepage": "https://github.com/avoidwork/tiny-lru", "author": "Jason Mulligan ", "repository": {