Skip to content

Commit

Permalink
release 1.1.7 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-stramavus committed Apr 23, 2019
1 parent 5d5382b commit a768a69
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -76,7 +76,7 @@ CDN traffic per month for free.
Use latest CDNized plugin version

```html
<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>
```

### <a name="quick_start"></a>Quick start
Expand Down
2 changes: 1 addition & 1 deletion examples/js/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ <h2>Ready to get started?</h2>
Include the following script into your project
</p>
<figure class="highlight">
<pre><code class="javascript">&lt;script src="https://cdn.scaleflex.it/filerobot/image-editor/v1.1.6.min.js"/&gt;&lt;/script&gt;</code></pre>
<pre><code class="javascript">&lt;script src="https://cdn.scaleflex.it/filerobot/image-editor/v1.1.7.min.js"/&gt;&lt;/script&gt;</code></pre>
</figure>
</div>

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit a768a69

Please sign in to comment.