From 996d88fc3a6df1a097ca4d04ad02ce3bb8eeb755 Mon Sep 17 00:00:00 2001 From: sttk Date: Sun, 6 May 2018 00:39:53 +0900 Subject: [PATCH] 2.0.3 --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8a0cde3..bf41d06 100644 --- a/README.md +++ b/README.md @@ -193,13 +193,13 @@ copyProps(src, dst, { License ------- -Copyright (C) 2016 Takayuki Sato +Copyright (C) 2016-2018 Takayuki Sato 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/sttk/copy-props/ -[npm-img]: https://img.shields.io/badge/npm-v2.0.2-blue.svg +[npm-img]: https://img.shields.io/badge/npm-v2.0.3-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 fc77a93..865f574 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "copy-props", - "version": "2.0.2", + "version": "2.0.3", "description": "Copy properties deeply between two objects.", "main": "index.js", "files": [