@resenty/widget 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,7 +17,7 @@ Paste this `<script>` block into your site's `<head>`:
17
17
  var f = d.getElementsByTagName(s)[0],
18
18
  j = d.createElement(s);
19
19
  j.async = true;
20
- j.src = 'https://cdn.resenty.com/widget/v1/resenty.js';
20
+ j.src = 'https://cdn.resenty.com/widget/latest/resenty.js';
21
21
  f.parentNode.insertBefore(j, f);
22
22
  })(window, document, 'script');
23
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@resenty/widget",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Resenty chat widget — embedded via <script> tag.",
5
5
  "homepage": "https://resenty.com",
6
6
  "license": "MIT",