Skip to content

Commit

Permalink
Version bump to v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddarnes committed Apr 18, 2024
1 parent d733674 commit ac569de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,15 @@ Make sure you include the `<script>` in your project (choose one of these):
<!-- 3rd party CDN, not recommended for production use -->
<script
type="module"
src="https://www.unpkg.com/@daviddarnes/share-button@1.1.2/share-button.js"
src="https://www.unpkg.com/@daviddarnes/share-button@1.1.3/share-button.js"
></script>
```

```html
<!-- 3rd party CDN, not recommended for production use -->
<script
type="module"
src="https://esm.sh/@daviddarnes/share-button@1.1.2"
src="https://esm.sh/@daviddarnes/share-button@1.1.3"
></script>
```

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@daviddarnes/share-button",
"version": "1.1.2",
"version": "1.1.3",
"description": "A Web Component to share web pages using the native OS sharing options",
"main": "share-button.js",
"scripts": {
Expand Down

0 comments on commit ac569de

Please sign in to comment.