Skip to content

Commit b9f65b8

Browse files
update to v 1.0.1
1 parent 67a2bd9 commit b9f65b8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Release](https://img.shields.io/badge/release-v1.0.0-blue.svg)](https://github.com/scaleflex/js-cloudimage-responsive/releases)
1+
[![Release](https://img.shields.io/badge/release-v1.0.1-blue.svg)](https://github.com/scaleflex/js-cloudimage-responsive/releases)
22
[![Free plan](https://img.shields.io/badge/price-includes%20free%20plan-green.svg)](https://www.cloudimage.io/en/home#b38181a6-b9c8-4015-9742-7b1a1ad382d5)
33
[![Contributions welcome](https://img.shields.io/badge/contributions-welcome-orange.svg)](#contributing)
44
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
@@ -91,7 +91,7 @@ CDN traffic per month for free.
9191
Add script tag with link to js-cloudimage-responsive
9292

9393
```javascript
94-
<script src="https://scaleflex.airstore.io/filerobot/js-cloudimage-responsive/v1.0.0.min.js"></script>
94+
<script src="https://scaleflex.airstore.io/filerobot/js-cloudimage-responsive/v1.0.1.min.js"></script>
9595
```
9696

9797
or using npm

Diff for: examples/src/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ <h2 class="text-center">Ready to get started?</h2>
384384
// lazy load is a separate feature
385385
&lt;script src="https://scaleflex.airstore.io/filerobot/plugins/lazysizes-intersection.min.js"&gt;&lt;/script&gt;
386386
// main core
387-
&lt;script src="https://scaleflex.airstore.io/filerobot/js-cloudimage-responsive/v1.0.0.min.js"&gt;&lt;/script&gt;
387+
&lt;script src="https://scaleflex.airstore.io/filerobot/js-cloudimage-responsive/v1.0.1.min.js"&gt;&lt;/script&gt;
388388
</code></pre>
389389
</figure>
390390
</div>

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-cloudimg-responsive",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"main": "dist/index.js",
55
"description": "Cloudimage Responsive will smartly resize, compress and accelerate images across the World in your site for all devices. The plugin supports lazy loading technique with fancy animation on image load.",
66
"author": "scaleflex",

0 commit comments

Comments
 (0)