Skip to content

Commit

Permalink
version bump for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
micahilbery committed Jan 29, 2024
1 parent 7a259af commit 0161c9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To install this component all you need to do is add this script tag
to the bottom of your page:

```html
<script defer type="module" src="https://cdn.jsdelivr.net/npm/@micahilbery/[email protected].0/share-on-mastodon.min.js"></script>
<script defer type="module" src="https://cdn.jsdelivr.net/npm/@micahilbery/[email protected].1/share-on-mastodon.min.js"></script>
```

## Usage
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": "@micahilbery/share-on-mastodon",
"version": "1.1.0",
"version": "1.1.1",
"description": "A web component to add a customizeable \"Share on Mastodon\" button to your pages.",
"main": "share-on-mastodon.js",
"module": "share-on-mastodon.js",
Expand Down

0 comments on commit 0161c9e

Please sign in to comment.