We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b142434 commit 21faf2aCopy full SHA for 21faf2a
2 files changed
README.md
@@ -56,7 +56,7 @@ clickToDial.dispose();
56
### CDN
57
58
```html
59
-<script src="https://unpkg.com/ringcentral-c2d@2.0.2/build/index.js"></script>
+<script src="https://unpkg.com/ringcentral-c2d@2.0.4/build/index.js"></script>
60
<script>
61
var clickToDial = new RingCentralC2D();
62
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ringcentral-c2d",
3
- "version": "2.0.3",
+ "version": "2.0.4",
4
"description": "RingCentral Click-to-Call and Click-to-Text library",
5
"homepage": "https://github.com/ringcentral/ringcentral-c2d#readme",
6
"repository": {
0 commit comments