From 00215c6a889e0a59ed4bb3af054ab663fe35faaa Mon Sep 17 00:00:00 2001 From: Davlat Date: Thu, 14 Dec 2017 11:51:20 +0500 Subject: [PATCH] * docs(README): fix some typos * package: patch --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a7ed2ac..d548a51 100644 --- a/README.md +++ b/README.md @@ -40,10 +40,10 @@ Starting at `v3`, we provide excluded plugins from core, so our core becomes lig ## Installation -Download the [library](https://raw.githubusercontent.com/tweenjs/es6-tween/master/src/Tween.js) and include it in your code: +Download the [library](https://raw.githubusercontent.com/tweenjs/es6-tween/master/ts/Tween.ts) and include it in your code: ```html - + ``` ### CDN-Hosted version diff --git a/package.json b/package.json index ce44c62..dc55e03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "es6-tween", - "version": "5.0.4", + "version": "5.0.5", "description": "ES6 implementation of amazing tween.js", "browser": "bundled/Tween.min.js", "cdn": "bundled/Tween.min.js",