diff --git a/README.md b/README.md index 467aed53..510a2500 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ > Repository includes React version and JS wrapper for standalone usage -[![Release](https://img.shields.io/badge/release-v1.1.6-blue.svg)](https://github.com/scaleflex/filerobot-image-editor/releases) +[![Release](https://img.shields.io/badge/release-v1.1.7-blue.svg)](https://github.com/scaleflex/filerobot-image-editor/releases) [![Free plan](https://img.shields.io/badge/price-includes%20free%20plan-green.svg)](https://www.filerobot.com/en/home#2de3fb9f-dd4a-457a-999a-025ad9bd5f3b) [![Contributions welcome](https://img.shields.io/badge/contributions-welcome-orange.svg)](#contributing) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT) @@ -76,7 +76,7 @@ CDN traffic per month for free. Use latest CDNized plugin version ```html - + ``` ### Quick start diff --git a/examples/js/src/index.html b/examples/js/src/index.html index 427275e5..ca3ba0a8 100644 --- a/examples/js/src/index.html +++ b/examples/js/src/index.html @@ -214,7 +214,7 @@

Ready to get started?

Include the following script into your project

-
<script src="https://cdn.scaleflex.it/filerobot/image-editor/v1.1.6.min.js"/></script>
+
<script src="https://cdn.scaleflex.it/filerobot/image-editor/v1.1.7.min.js"/></script>
diff --git a/package.json b/package.json index d161ddd0..02a3aaa0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "filerobot-image-editor", - "version": "1.1.6", + "version": "1.1.7", "main": "dist/index.js", "description": "Edit, resize, and filter any image!", "author": "scaleflex", @@ -17,6 +17,7 @@ ], "dependencies": { "cropperjs": "^1.2.2", + "image-type": "^4.1.0", "moment": "^2.21.0", "react-loadable": "^5.5.0", "smartcrop": "^2.0.3",