From 227f54200a70d4424e3c6d40cb743e06cc962f0b Mon Sep 17 00:00:00 2001 From: dalisoft Date: Mon, 25 Feb 2019 03:25:50 +0500 Subject: [PATCH] fix(docs): minor docs patch --- API.md | 2 +- src/core.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/API.md b/API.md index d9fd227..8c90943 100644 --- a/API.md +++ b/API.md @@ -5,7 +5,7 @@ Lightweight, effecient and modular ES6 version of tween.js **Kind**: global namespace **License**: MIT -**Copyright**: 2017 @dalisoft and es6-tween contributors +**Copyright**: 2019 @dalisoft and es6-tween contributors **Example** ```js // ES6 diff --git a/src/core.js b/src/core.js index 5277918..6ff4905 100644 --- a/src/core.js +++ b/src/core.js @@ -40,7 +40,7 @@ const now = (function () { /** * Lightweight, effecient and modular ES6 version of tween.js - * @copyright 2017 @dalisoft and es6-tween contributors + * @copyright 2019 @dalisoft and es6-tween contributors * @license MIT * @namespace TWEEN * @example