Skip to content

Commit 996d88f

Browse files
committed
2.0.3
1 parent 891bbd3 commit 996d88f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,13 +193,13 @@ copyProps(src, dst, {
193193
License
194194
-------
195195

196-
Copyright (C) 2016 Takayuki Sato
196+
Copyright (C) 2016-2018 Takayuki Sato
197197

198198
This program is free software under [MIT][mit-url] License.
199199
See the file LICENSE in this distribution for more details.
200200

201201
[repo-url]: https://github.com/sttk/copy-props/
202-
[npm-img]: https://img.shields.io/badge/npm-v2.0.2-blue.svg
202+
[npm-img]: https://img.shields.io/badge/npm-v2.0.3-blue.svg
203203
[npm-url]: https://www.npmjs.org/package/copy-props/
204204
[mit-img]: https://img.shields.io/badge/license-MIT-green.svg
205205
[mit-url]: https://opensource.org/licenses.MIT

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "copy-props",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Copy properties deeply between two objects.",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)