Skip to content

Commit 207cec6

Browse files
some fixes
1 parent 1da313e commit 207cec6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can install CopyShareify-js via npm:
2222
You can also include CopyShareify-js directly from a CDN by adding the following script tag to your HTML file:
2323

2424
```HTML
25-
<script src="https://cdn.jsdelivr.net/gh/HichemTab-tech/CopyShareify-js@1.0.7/dist/copyshareify.min.js"></script>
25+
<script src="https://cdn.jsdelivr.net/gh/HichemTab-tech/CopyShareify-js@1.2.0/dist/copyshareify.min.js"></script>
2626
```
2727

2828
### Local Download

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "copyshareify-js",
3-
"version": "1.0.8",
3+
"version": "1.2.0",
44
"description": "CopyShareify-js is a versatile JavaScript library that enhances buttons with customizable actions. With CopyShareify-js, you can effortlessly transform ordinary buttons into powerful tools that enable various actions, including copying content, sharing on social media platforms, and more.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)