Skip to content

Commit

Permalink
release 2.0.7 馃殌
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-stramavus committed May 16, 2019
1 parent 1c688c3 commit 447d60f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,4 +1,4 @@
[![Release](https://img.shields.io/badge/release-v2.0.6-blue.svg)](https://github.com/scaleflex/js-cloudimage-360-view/releases)
[![Release](https://img.shields.io/badge/release-v2.0.7-blue.svg)](https://github.com/scaleflex/js-cloudimage-360-view/releases)
[![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)
[![Scaleflex team](https://img.shields.io/badge/%3C%2F%3E%20with%20%E2%99%A5%20by-the%20Scaleflex%20team-6986fa.svg)](https://www.scaleflex.it/en/home)
Expand Down Expand Up @@ -64,7 +64,7 @@ To see the Cloudimage 360 view plugin in action, please check out the
Add script tag with CDN link to js-cloudimage-360-view lib after all content in body tag

```javascript
<script src="https://cdn.scaleflex.it/filerobot/js-cloudimage-360-view/v2.0.6.min.js"></script>
<script src="https://cdn.scaleflex.it/filerobot/js-cloudimage-360-view/v2.0.7.min.js"></script>
```

## <a name="initialize"></a>Step 2: Initialize
Expand Down
2 changes: 1 addition & 1 deletion examples/src/index.html
Expand Up @@ -285,7 +285,7 @@ <h2 class="text-center">Ready to get started?</h2>
<p>Include the following script into your project after all content in body tag</p>
<figure class="highlight">
<pre><code class="javascript">
&lt;script src="https://cdn.scaleflex.it/filerobot/js-cloudimage-360-view/v2.0.6.min.js"&gt;&lt;/script&gt;
&lt;script src="https://cdn.scaleflex.it/filerobot/js-cloudimage-360-view/v2.0.7.min.js"&gt;&lt;/script&gt;
</code></pre>
</figure>
</div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "js-cloudimage-360-view",
"version": "2.0.6",
"version": "2.0.7",
"main": "dist/index.js",
"description": "",
"author": "scaleflex",
Expand Down

0 comments on commit 447d60f

Please sign in to comment.