From 40b7974f915a5e7ea80925eeedf0db16b8a4cbd6 Mon Sep 17 00:00:00 2001 From: sttk Date: Thu, 18 Mar 2021 22:29:26 +0900 Subject: [PATCH] 2.0.5 --- LICENSE | 2 +- README.md | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 12bb6b5..4e46471 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2016-2020 Gulp Team. +Copyright (c) 2016-2021 Gulp Team. 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/README.md b/README.md index d5617eb..b38f2b1 100644 --- a/README.md +++ b/README.md @@ -209,13 +209,13 @@ If *converter* is given, it is able to convert the terminal values. ## License -Copyright (C) 2016-2020 Gulp Team. +Copyright (C) 2016-2021 Gulp Team. This program is free software under [MIT][mit-url] License. See the file LICENSE in this distribution for more details. [repo-url]: https://github.com/gulpjs/copy-props/ -[npm-img]: https://img.shields.io/badge/npm-v2.0.4-blue.svg +[npm-img]: https://img.shields.io/badge/npm-v2.0.5-blue.svg [npm-url]: https://www.npmjs.org/package/copy-props/ [mit-img]: https://img.shields.io/badge/license-MIT-green.svg [mit-url]: https://opensource.org/licenses.MIT diff --git a/package.json b/package.json index 46848b9..6b2a51e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "copy-props", - "version": "2.0.4", + "version": "2.0.5", "description": "Copy properties deeply between two objects.", "main": "index.js", "files": [